From ffd28912d30cce61139d629ac64fc6efe325307a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig=20Bj=C3=B8rlykke?= Date: Mon, 1 Aug 2011 12:38:58 +0000 Subject: 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 --- config.h.win32 | 3 --- 1 file changed, 3 deletions(-) (limited to 'config.h.win32') 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 -- cgit v1.2.3