summaryrefslogtreecommitdiff
path: root/config.h.win32
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2011-06-20 08:58:59 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2011-06-20 08:58:59 +0000
commit440d1c4e1106a8eddd160ec9939d73a357fc9323 (patch)
tree8883a573ad15c8f871f43a7472d7df5c073466ac /config.h.win32
parent5f95d18d590c453b64755514cdb99b4cba1c1463 (diff)
downloadwireshark-440d1c4e1106a8eddd160ec9939d73a357fc9323.tar.gz
AttachConsole() needs _WIN32_WINNT 0x0500.
svn path=/trunk/; revision=37730
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