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:
authorJonathan Chambers <joncham@gmail.com>2007-09-14 23:33:18 +0400
committerJonathan Chambers <joncham@gmail.com>2007-09-14 23:33:18 +0400
commit874b4278c1b3f45ed9299e68ac92aec3eadc3dd0 (patch)
tree36893a97630e3d6751b386b9dba8d4f3284ad5d4 /winconfig.h
parent4464df5f45a9ab87405d99dcc5200fc1c3e7784a (diff)
2007-09-14 Jonathan Chambers <joncham@gmail.com>
* winconfig.h: Define WINVER and _WIN32_WINNT for VS build. Contributed under MIT/X11 license. svn path=/trunk/mono/; revision=85836
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