summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main/win95nt.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/main/win95nt.h b/main/win95nt.h
index 695d1eb2d5..ee824025b7 100644
--- a/main/win95nt.h
+++ b/main/win95nt.h
@@ -74,7 +74,10 @@ typedef long pid_t;
#endif
/* General Windows stuff */
-#define WINDOWS 1
+#ifndef WINDOWS
+# define WINDOWS 1
+#endif
+
/* Prevent use of VC5 OpenFile function */
#define NOOPENFILE