Fix redef warnings

This commit is contained in:
Kalle Sommer Nielsen 2009-04-06 09:12:16 +00:00
parent 05a835fb7f
commit e83138ccd3

View file

@ -4,6 +4,8 @@
*/ */
/* Define the minimum supported version */ /* Define the minimum supported version */
#undef _WIN32_WINNT
#undef NTDDI_VERSION
#define _WIN32_WINNT 0x500 #define _WIN32_WINNT 0x500
#define NTDDI_VERSION _WIN32_WIN2K #define NTDDI_VERSION _WIN32_WIN2K