do not assume _WIN32_WINNT hasn't been already defined

This commit is contained in:
Joseph Lee 2006-08-19 00:40:58 +00:00
parent d300c4a10c
commit 20688bbae9

View File

@ -81,6 +81,9 @@
I'm smart enough to use GetProcAddress for backward compat on I'm smart enough to use GetProcAddress for backward compat on
w95/w98 for newer fns w95/w98 for newer fns
*/ */
#ifdef _WIN32_WINNT
#undef _WIN32_WINNT
#endif
#define _WIN32_WINNT 0x0502 #define _WIN32_WINNT 0x0502
#include "dtoolsymbols.h" #include "dtoolsymbols.h"