aboutsummaryrefslogtreecommitdiff
path: root/jim-win32compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'jim-win32compat.h')
-rw-r--r--jim-win32compat.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/jim-win32compat.h b/jim-win32compat.h
index 12275ba..0db8439 100644
--- a/jim-win32compat.h
+++ b/jim-win32compat.h
@@ -6,12 +6,12 @@
#define STRICT
#endif
-#define WIN32_LEAN_AND_MEAN
-#include <windows.h>
-
/* None of these is needed for cygwin */
#if !defined(__CYGWIN__)
+#define WIN32_LEAN_AND_MEAN
+#include <windows.h>
+
#define JIM_ANSIC
#define MKDIR_ONE_ARG
#define rand_r(S) ((void)(S), rand())