mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
WIN32_VC instead of WIN32, to avoid confusing interrogate
This commit is contained in:
parent
c953eca82b
commit
11e95884f8
@ -32,7 +32,7 @@
|
|||||||
// With threading disabled, use the do-nothing implementation.
|
// With threading disabled, use the do-nothing implementation.
|
||||||
#define THREAD_DUMMY_IMPL 1
|
#define THREAD_DUMMY_IMPL 1
|
||||||
|
|
||||||
#elif defined(WIN32)
|
#elif defined(WIN32_VC)
|
||||||
|
|
||||||
// In Windows, use the native threading library.
|
// In Windows, use the native threading library.
|
||||||
#define THREAD_WIN32_IMPL 1
|
#define THREAD_WIN32_IMPL 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user