WIN32_VC instead of WIN32, to avoid confusing interrogate

This commit is contained in:
David Rose 2006-02-10 19:56:19 +00:00
parent c953eca82b
commit 11e95884f8

View File

@ -32,7 +32,7 @@
// With threading disabled, use the do-nothing implementation.
#define THREAD_DUMMY_IMPL 1
#elif defined(WIN32)
#elif defined(WIN32_VC)
// In Windows, use the native threading library.
#define THREAD_WIN32_IMPL 1