From c57637b4c39319e0c0d5d80d0ae2884aec66d691 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Mon, 21 Feb 2011 00:45:14 +0200 Subject: Temporary commit; lots of test code and stuff --- src/jthread/jmutex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/jthread/jmutex.h') diff --git a/src/jthread/jmutex.h b/src/jthread/jmutex.h index 39bd95f02..9ce013096 100644 --- a/src/jthread/jmutex.h +++ b/src/jthread/jmutex.h @@ -35,7 +35,7 @@ #endif // _WIN32_WCE #include #include - + // CriticalSection is way faster than the alternative #define JMUTEX_CRITICALSECTION #else // using pthread #include -- cgit v1.2.3