aboutsummaryrefslogtreecommitdiffstats
path: root/epan/except.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-01-26 12:56:32 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2014-01-26 12:56:32 +0000
commitc6022b3b85dedeae9465e5bb2fe38fdb35f21ee9 (patch)
treeea4721d3fe3f1cb11b424f5cfe2c5b2f9d301572 /epan/except.c
parent47f50d13ceff8f560b3fe02ed0084e4bd205e576 (diff)
Drop support of Visual Studio 2005
* Remove _MSC_VER < 1500 check * Cleanup config.nmake See http://www.wireshark.org/lists/wireshark-dev/201305/msg00159.html svn path=/trunk/; revision=54965
Diffstat (limited to 'epan/except.c')
-rw-r--r--epan/except.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/epan/except.c b/epan/except.c
index 719f2af1ee..6695294666 100644
--- a/epan/except.c
+++ b/epan/except.c
@@ -39,10 +39,6 @@
#include "except.h"
#ifdef _WIN32
-#if _MSC_VER < 1500
-/* IsDebuggerPresent() needs this #define! */
-#define _WIN32_WINNT 0x0400
-#endif
#include <windows.h>
#include "exceptions.h"
#endif