Signed-off-by: Vinson Lee <[email protected]>
---
include/c11/threads.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/c11/threads.h b/include/c11/threads.h
index 45823df..e251a79 100644
--- a/include/c11/threads.h
+++ b/include/c11/threads.h
@@ -66,7 +66,7 @@ enum {
/*-------------------------- functions --------------------------*/
-#if defined(_WIN32) && !defined(__CYGWIN__)
+#if defined(_WIN32) && !defined(__CYGWIN__) && !defined(HAVE_PTHREAD)
#include "threads_win32.h"
#elif defined(HAVE_PTHREAD)
#include "threads_posix.h"
--
1.9.3
_______________________________________________
mesa-dev mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-dev