Browse Source

WIN32_VC instead of WIN32, to avoid confusing interrogate

David Rose 20 years ago
parent
commit
11e95884f8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/express/selectThreadImpl.h

+ 1 - 1
panda/src/express/selectThreadImpl.h

@@ -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