aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config.h.win324
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h.win32 b/config.h.win32
index 5bbfbf477c..7e5dae393e 100644
--- a/config.h.win32
+++ b/config.h.win32
@@ -241,8 +241,8 @@
#define NTDDI_VERSION NTDDI_WIN2K
#define _WIN32_WINNT _WIN32_WINNT_WIN2K
#else
-/* IsDebuggerPresent() needs this #define! */
-#define _WIN32_WINNT 0x0400
+/* IsDebuggerPresent() and AttachConsole() needs this #define! */
+#define _WIN32_WINNT 0x0500
#endif
#define strncasecmp strnicmp