]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
thread: Un-include threads.h for now since MinGW apparently doesn't support it
authorcloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 26 Sep 2020 14:50:27 +0000 (14:50 +0000)
committercloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 26 Sep 2020 14:50:27 +0000 (14:50 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12945 d7cf8633-e32d-0410-b094-e92efae38249

thread.h

index 9bce65c91f1d243f6381d866e6e5c5aebe81d591..847cc26ce7e3cd15d0af245a1c3e970479c71488 100644 (file)
--- a/thread.h
+++ b/thread.h
@@ -1,8 +1,6 @@
 #ifndef THREAD_H
 #define THREAD_H
 
-#include <threads.h>
-
 // enable Sys_PrintfToTerminal calls on nearly every threading call
 //#define THREADDEBUG
 //#define THREADDISABLE