From 498d1a37f16d36b0c6341b074e5390a9194567a7 Mon Sep 17 00:00:00 2001
From: archshift <admin@archshift.com>
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 7341035c2d..8307951829 100644
--- a/src/common/thread.cpp
+++ b/src/common/thread.cpp
@@ -9,10 +9,8 @@
 #include <mach/mach.h>
 #elif defined(BSD4_4) || defined(__OpenBSD__)
 #include <pthread_np.h>
-#endif
-
-#ifdef USE_BEGINTHREADEX
-#include <process.h>
+#elif defined(_WIN32)
+#include <Windows.h>
 #endif
 
 namespace Common
-- 
cgit v1.2.3-70-g09d2