From 11e95884f8ce8e0592f83e1330447baabed60ee0 Mon Sep 17 00:00:00 2001 From: David Rose Date: Fri, 10 Feb 2006 19:56:19 +0000 Subject: [PATCH] WIN32_VC instead of WIN32, to avoid confusing interrogate --- panda/src/express/selectThreadImpl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/express/selectThreadImpl.h b/panda/src/express/selectThreadImpl.h index 87e8c6c557..bcd0a3efd2 100644 --- a/panda/src/express/selectThreadImpl.h +++ b/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