summaryrefslogtreecommitdiffstats
path: root/otherlibs
diff options
context:
space:
mode:
Diffstat (limited to 'otherlibs')
-rw-r--r--otherlibs/systhreads/st_win32.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/otherlibs/systhreads/st_win32.h b/otherlibs/systhreads/st_win32.h
index 4b5755ec3..b3fa729d8 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>