From 498d1a37f16d36b0c6341b074e5390a9194567a7 Mon Sep 17 00:00:00 2001 From: archshift Date: Tue, 2 Sep 2014 22:05:45 -0700 Subject: Removed common/std_xyz, instead using the std header --- src/common/thread.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/common/thread.cpp') diff --git a/src/common/thread.cpp b/src/common/thread.cpp index 7341035c..83079518 100644 --- a/src/common/thread.cpp +++ b/src/common/thread.cpp @@ -9,10 +9,8 @@ #include #elif defined(BSD4_4) || defined(__OpenBSD__) #include -#endif - -#ifdef USE_BEGINTHREADEX -#include +#elif defined(_WIN32) +#include #endif namespace Common -- cgit v1.2.3