config.h is now included, and it defines _WIN32_WINNT.

svn path=/trunk/; revision=35992
This commit is contained in:
Guy Harris 2011-02-17 23:36:39 +00:00
parent 301a4ac9de
commit e654a29b1c
1 changed files with 0 additions and 2 deletions

View File

@ -41,8 +41,6 @@
#include "except.h"
#ifdef _WIN32
/* IsDebuggerPresent() needs this #define! */
#define _WIN32_WINNT 0x0400
#include <windows.h>
#include "exceptions.h"
#endif