mirror of
https://github.com/panda3d/panda3d.git
synced 2026-05-07 23:25:00 -05:00
do not assume _WIN32_WINNT hasn't been already defined
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user