aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.win32
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2011-06-20 08:58:59 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2011-06-20 08:58:59 +0000
commit82e5adf7f1c8fea16722d6df307b2a1252c358e6 (patch)
tree8883a573ad15c8f871f43a7472d7df5c073466ac /config.h.win32
parentbdc77c8e7fe6b0d918546c87ac873db78bbe2840 (diff)
AttachConsole() needs _WIN32_WINNT 0x0500.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37730 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'config.h.win32')
-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