diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-09-09 10:52:21 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-09-09 10:52:21 -0400 |
commit | 04755ff764d111861902749784408432fcc8ce4e (patch) | |
tree | 3fff59b88b557330548558f4a6a48473e9a799bf /src/win32/orconfig.h | |
parent | 83e069fd52349009ba2518355d68d6a2c0ac4652 (diff) | |
parent | dd22ab519ab9ac7affa3bd775b6021049ebe7dd9 (diff) | |
download | tor-04755ff764d111861902749784408432fcc8ce4e.tar.gz tor-04755ff764d111861902749784408432fcc8ce4e.zip |
Merge remote-tracking branch 'origin/maint-0.2.5' into release-0.2.5
Diffstat (limited to 'src/win32/orconfig.h')
-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 |