aboutsummaryrefslogtreecommitdiff
path: root/src/win32/orconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/win32/orconfig.h')
-rw-r--r--src/win32/orconfig.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/win32/orconfig.h b/src/win32/orconfig.h
index 9c780e85d7..af3c5f5417 100644
--- a/src/win32/orconfig.h
+++ b/src/win32/orconfig.h
@@ -255,3 +255,8 @@
#ifndef STDERR_FILENO
#define STDERR_FILENO 2
#endif
+
+#define WINVER 0x0501
+#define _WIN32_WINNT 0x0501
+#define WIN32_LEAN_AND_MEAN 1
+