Add back support for building with MSVC2005 (and older).
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 20 Jun 2011 07:14:57 +0000 (07:14 +0000)
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 20 Jun 2011 07:14:57 +0000 (07:14 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37728 f5534014-38df-0310-8fa8-9805f1628bb7

config.h.win32

index 955806f9a98842518631fcdabd365f4aa3efec98..5bbfbf477ce2bc4f18c39d2ba3e29f471990c373 100644 (file)
 #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