summaryrefslogtreecommitdiff
path: root/src/win32/orconfig.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-09-09 10:52:21 -0400
committerNick Mathewson <nickm@torproject.org>2014-09-09 10:52:21 -0400
commit04755ff764d111861902749784408432fcc8ce4e (patch)
tree3fff59b88b557330548558f4a6a48473e9a799bf /src/win32/orconfig.h
parent83e069fd52349009ba2518355d68d6a2c0ac4652 (diff)
parentdd22ab519ab9ac7affa3bd775b6021049ebe7dd9 (diff)
downloadtor-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.h8
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