X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=thread_pthread.c;h=2f8273ab41315f578c998a0344705ff8bbf864c8;hb=debe81f9f63b498dc6b1fd48d1478170d5d9fff3;hp=7bded93dec2d6426c71bc190d7b70e500dfca777;hpb=6ba1092006dc6f5b5a3197b0a0013100d7cea558;p=xonotic%2Fdarkplaces.git diff --git a/thread_pthread.c b/thread_pthread.c index 7bded93d..2f8273ab 100644 --- a/thread_pthread.c +++ b/thread_pthread.c @@ -16,7 +16,7 @@ void Thread_Shutdown(void) { } -qboolean Thread_HasThreads(void) +qbool Thread_HasThreads(void) { return true; }