]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - thread.h
Add a third masterextra and default it to dpm.dpmaster.org
[xonotic/darkplaces.git] / thread.h
index 9bce65c91f1d243f6381d866e6e5c5aebe81d591..ac72b2827e22955788278655c1e1b6c63a430d1b 100644 (file)
--- a/thread.h
+++ b/thread.h
@@ -1,9 +1,9 @@
 #ifndef THREAD_H
 #define THREAD_H
 
-#include <threads.h>
+#include "qtypes.h"
 
-// enable Sys_PrintfToTerminal calls on nearly every threading call
+// enable Sys_Printf calls on nearly every threading call
 //#define THREADDEBUG
 //#define THREADDISABLE
 // use recursive mutex (non-posix) extensions in thread_pthread