diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-09-09 10:27:05 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-09-09 10:27:05 -0400 |
commit | 8391c96091e8e86c43954302df0b188ec1e5490d (patch) | |
tree | e291c38c5ae4b18362868fb313d548c8daeaaefc /src/win32 | |
parent | a3c49ca79aa28d869223773eb8e8774013f3eb77 (diff) | |
download | tor-8391c96091e8e86c43954302df0b188ec1e5490d.tar.gz tor-8391c96091e8e86c43954302df0b188ec1e5490d.zip |
Clean up the MVSC nmake files so they work again.
Fixes bug 13081; bugfix on 0.2.5.1-alpha. Patch from "NewEraCracker."
Diffstat (limited to 'src/win32')
-rw-r--r-- | src/win32/orconfig.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/win32/orconfig.h b/src/win32/orconfig.h index 8c2472c323..9873955a31 100644 --- a/src/win32/orconfig.h +++ b/src/win32/orconfig.h @@ -257,3 +257,11 @@ #define USE_CURVE25519_DONNA #define ENUM_VALS_ARE_SIGNED 1 + +#ifndef STDOUT_FILENO +#define STDOUT_FILENO 1 +#endif + +#ifndef STDERR_FILENO +#define STDERR_FILENO 2 +#endif |