]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - thread.h
thread: Un-include threads.h for now since MinGW apparently doesn't support it
[xonotic/darkplaces.git] / 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