aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.win32
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2011-08-01 12:38:58 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2011-08-01 12:38:58 +0000
commitffd28912d30cce61139d629ac64fc6efe325307a (patch)
tree9ce019c9c027e494c683c0e7319cb0a3cbbbaf19 /config.h.win32
parent391a3ebe363930c9ae5556f9ade8ae762c3bd564 (diff)
Another fix for building with MSVC2005.
The previous fixes in r37728 and r37730 did build a wireshark which was unable to use the native windows file dialog (GetOpenFileName). svn path=/trunk/; revision=38299
Diffstat (limited to 'config.h.win32')
-rw-r--r--config.h.win323
1 files changed, 0 insertions, 3 deletions
diff --git a/config.h.win32 b/config.h.win32
index e526884d83..d95ac8c7b1 100644
--- a/config.h.win32
+++ b/config.h.win32
@@ -238,9 +238,6 @@
#if _MSC_VER == 1500 || _MSC_VER == 1600
#define NTDDI_VERSION NTDDI_WIN2K
#define _WIN32_WINNT _WIN32_WINNT_WIN2K
-#else
-/* IsDebuggerPresent() and AttachConsole() needs this #define! */
-#define _WIN32_WINNT 0x0500
#endif
#define strncasecmp strnicmp