diff options
Diffstat (limited to 'src/jthread')
-rw-r--r-- | src/jthread/jmutex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jthread/jmutex.h b/src/jthread/jmutex.h index 383150f3f..8efdc7bc5 100644 --- a/src/jthread/jmutex.h +++ b/src/jthread/jmutex.h @@ -31,7 +31,7 @@ #if (defined(WIN32) || defined(_WIN32_WCE)) #ifndef _WIN32_WINNT - #define _WIN32_WINNT 0x0500 + #define _WIN32_WINNT 0x0501 #endif #ifndef _WIN32_WCE #include <process.h> |