summaryrefslogtreecommitdiff
path: root/src/gettext.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gettext.h')
-rw-r--r--src/gettext.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gettext.h b/src/gettext.h
index 452787de4..ca82b1f02 100644
--- a/src/gettext.h
+++ b/src/gettext.h
@@ -14,6 +14,9 @@
#if defined(_WIN32)
#define WIN32_LEAN_AND_MEAN
+#ifndef _WIN32_WINNT
+ #define _WIN32_WINNT 0x0501
+#endif
#include <windows.h>
#endif