summaryrefslogtreecommitdiff
path: root/src/or/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/test.c')
-rw-r--r--src/or/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/test.c b/src/or/test.c
index acc3896afd..3d769c39aa 100644
--- a/src/or/test.c
+++ b/src/or/test.c
@@ -7,7 +7,7 @@
#include <fcntl.h>
#endif
-#ifdef _MSC_VER
+#ifdef MS_WINDOWS
/* For mkdir() */
#include <direct.h>
#endif