aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.win32
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2011-06-20 07:14:57 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2011-06-20 07:14:57 +0000
commit0d9f77c18fad228ca9a3e1e11560907db43c7700 (patch)
treedfda6de281fee0c962ec99ecb991f84de1bbb917 /config.h.win32
parent8d30e2d158c132d19154ed95788a7cd3892ae603 (diff)
Add back support for building with MSVC2005 (and older).
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37728 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'config.h.win32')
-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