diff options
Diffstat (limited to 'rts/win32/OSThreads.c')
-rw-r--r-- | rts/win32/OSThreads.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/win32/OSThreads.c b/rts/win32/OSThreads.c index d0d97b3c4d..765cf899c3 100644 --- a/rts/win32/OSThreads.c +++ b/rts/win32/OSThreads.c @@ -7,7 +7,7 @@ * * --------------------------------------------------------------------------*/ -#define _WIN32_WINNT 0x0500 +#define _WIN32_WINNT 0x0501 #include "Rts.h" #include <windows.h> |