aboutsummaryrefslogtreecommitdiff
path: root/lib/setup.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/setup.h')
-rw-r--r--lib/setup.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/setup.h b/lib/setup.h
index b44e777c9..bf3a9aad3 100644
--- a/lib/setup.h
+++ b/lib/setup.h
@@ -33,7 +33,11 @@
#endif
#if !defined(WIN32) && defined(__WIN32__)
-/* This should be a good Borland fix. Alexander J. Oss told us! */
+/* This should be a good Borland fix. */
+#define WIN32
+#endif
+#if !defined(WIN32) && defined(_WIN32)
+/* This works for VS2005 on x64 */
#define WIN32
#endif