]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - thread_win.c
host: Implement callback for host_framerate instead of checking it every frame
[xonotic/darkplaces.git] / thread_win.c
index 8564ca195dd64fa416f4557efe3a871fe535c59e..ff1be87e8370b1c49501fc8e3c0e236aa468e22c 100644 (file)
@@ -53,7 +53,7 @@ int _Thread_UnlockMutex(void *mutex, const char *filename, int fileline)
 #ifdef THREADDEBUG
        Sys_PrintfToTerminal("%p mutex unlock %s:%i\n" , mutex, filename, fileline);
 #endif
-       return (ReleaseMutex(mutex) == FALSE) ? -1 : 0;
+       return (ReleaseMutex(mutex) == false) ? -1 : 0;
 }
 
 typedef struct thread_semaphore_s