aboutsummaryrefslogtreecommitdiffstats
path: root/epan/except.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2011-02-17 23:36:39 +0000
committerGuy Harris <guy@alum.mit.edu>2011-02-17 23:36:39 +0000
commite654a29b1c49cb9350db809f5984b8e38ee9d4d7 (patch)
tree0f93c0e0b92dcfbbc6dd4adfdbe9b02440db11cc /epan/except.c
parent301a4ac9de4d00a65fb7e3f848782782b5fe69ec (diff)
config.h is now included, and it defines _WIN32_WINNT.
svn path=/trunk/; revision=35992
Diffstat (limited to 'epan/except.c')
-rw-r--r--epan/except.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/epan/except.c b/epan/except.c
index 6138488227..dc935eeb2b 100644
--- a/epan/except.c
+++ b/epan/except.c
@@ -41,8 +41,6 @@
#include "except.h"
#ifdef _WIN32
-/* IsDebuggerPresent() needs this #define! */
-#define _WIN32_WINNT 0x0400
#include <windows.h>
#include "exceptions.h"
#endif