diff options
author | Guy Harris <guy@alum.mit.edu> | 2011-02-17 23:36:39 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2011-02-17 23:36:39 +0000 |
commit | e654a29b1c49cb9350db809f5984b8e38ee9d4d7 (patch) | |
tree | 0f93c0e0b92dcfbbc6dd4adfdbe9b02440db11cc /epan | |
parent | 301a4ac9de4d00a65fb7e3f848782782b5fe69ec (diff) | |
download | wireshark-e654a29b1c49cb9350db809f5984b8e38ee9d4d7.tar.gz wireshark-e654a29b1c49cb9350db809f5984b8e38ee9d4d7.tar.bz2 wireshark-e654a29b1c49cb9350db809f5984b8e38ee9d4d7.zip |
config.h is now included, and it defines _WIN32_WINNT.
svn path=/trunk/; revision=35992
Diffstat (limited to 'epan')
-rw-r--r-- | epan/except.c | 2 |
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 |