]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/jthread/jmutex.h
(hopefully) fixed stoi/stof compile problems on vc2010
[dragonfireclient.git] / src / jthread / jmutex.h
index 39bd95f02281318aaad2b557d1feabb67da74fd6..9ce013096f8a3817417d079003f2ed8319b15d5a 100644 (file)
@@ -35,7 +35,7 @@
        #endif // _WIN32_WCE
        #include <winsock2.h>
        #include <windows.h>
-       
+       // CriticalSection is way faster than the alternative
        #define JMUTEX_CRITICALSECTION
 #else // using pthread
        #include <pthread.h>