Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winconfig.h')
-rw-r--r--winconfig.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/winconfig.h b/winconfig.h
index b1c81f98001..6601a8c6637 100644
--- a/winconfig.h
+++ b/winconfig.h
@@ -437,3 +437,7 @@
/* Version number of package */
#define VERSION "1.2"
+
+#define WINVER 0x0500
+
+#define _WIN32_WINNT 0x0500 \ No newline at end of file