diff options
-rw-r--r-- | otherlibs/systhreads/st_win32.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/otherlibs/systhreads/st_win32.h b/otherlibs/systhreads/st_win32.h index 4b5755ec38..b3fa729d8f 100644 --- a/otherlibs/systhreads/st_win32.h +++ b/otherlibs/systhreads/st_win32.h @@ -15,6 +15,7 @@ /* Win32 implementation of the "st" interface */ +#define _WIN32_WINNT 0x0400 #include <windows.h> #include <WinError.h> #include <stdio.h> |