mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-18 12:43:44 -04:00
do not assume _WIN32_WINNT hasn't been already defined
This commit is contained in:
parent
d300c4a10c
commit
20688bbae9
@ -81,6 +81,9 @@
|
||||
I'm smart enough to use GetProcAddress for backward compat on
|
||||
w95/w98 for newer fns
|
||||
*/
|
||||
#ifdef _WIN32_WINNT
|
||||
#undef _WIN32_WINNT
|
||||
#endif
|
||||
#define _WIN32_WINNT 0x0502
|
||||
|
||||
#include "dtoolsymbols.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user