aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config.h.win323
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.win32 b/config.h.win32
index 955806f9a9..5bbfbf477c 100644
--- a/config.h.win32
+++ b/config.h.win32
@@ -240,6 +240,9 @@
#if _MSC_VER == 1500 || _MSC_VER == 1600
#define NTDDI_VERSION NTDDI_WIN2K
#define _WIN32_WINNT _WIN32_WINNT_WIN2K
+#else
+/* IsDebuggerPresent() needs this #define! */
+#define _WIN32_WINNT 0x0400
#endif
#define strncasecmp strnicmp