mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 01:44:06 -04:00
MSVC 2010 requires _WIN32_WINNT to be defined to 0x0403 or higher.
This commit is contained in:
parent
f1d550bfd8
commit
d265d9f434
@ -15,7 +15,7 @@
|
||||
#endif
|
||||
|
||||
#ifndef _WIN32_WINNT // Allow use of features specific to Windows NT 4 or later.
|
||||
#define _WIN32_WINNT 0x0400 // Change this to the appropriate value to target Windows 2000 or later.
|
||||
#define _WIN32_WINNT 0x0403 // Change this to the appropriate value to target Windows 2000 or later.
|
||||
#endif
|
||||
|
||||
#ifndef _WIN32_WINDOWS // Allow use of features specific to Windows 98 or later.
|
||||
|
Loading…
x
Reference in New Issue
Block a user