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:
authorsdridi <sdridi@iptech-group.com>2015-08-06 12:29:44 +0300
committersdridi <sdridi@iptech-group.com>2015-08-06 12:29:44 +0300
commit47bdf35be9ce08b64d19157b16e9d5fc1e765cbc (patch)
tree77180a45e08b1542f69d289a2bb8acdb5f262d5d /winconfig.h
parent1db071a9e5427c99544e7a77674f26c290e133a0 (diff)
Fixed MSVC solution to compile straight out of the box
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 27e774f066c..b30a3eb1c8e 100644
--- a/winconfig.h
+++ b/winconfig.h
@@ -16,6 +16,10 @@
#error Unknown architecture
#endif
+#define WINVER 0x0A00
+
+#include <SDKDDKVer.h>
+
#if _WIN32_WINNT < 0x0600
#error "Mono requires Windows Vista or later"
#endif /* _WIN32_WINNT < 0x0600 */