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:
authorJay Krell <jay.krell@cornell.edu>2018-07-20 22:15:32 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2018-07-20 22:15:32 +0300
commit3780ac694d7a3470f7c8d22e8ce5dddaa3c2ebed (patch)
tree044973c4e58f6d70c717f03f38abf7013f91d730 /msvc/mono.props
parent2123fa58725eceb072edbf3a2dcb4fbb6b30ab15 (diff)
Update Windows requirement from Vista (6.0) to 7 (6.1). (#9568)
Diffstat (limited to 'msvc/mono.props')
-rw-r--r--msvc/mono.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/msvc/mono.props b/msvc/mono.props
index 8853136478b..6098d6bf222 100644
--- a/msvc/mono.props
+++ b/msvc/mono.props
@@ -111,7 +111,7 @@
</BuildMacro>
</ItemGroup>
<PropertyGroup Label="MonoDefaultPreprocessorDefinitions">
- <MONO_PREPROCESSOR_DEFINITIONS>__default_codegen__;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;HAVE_CONFIG_H;GC_NOT_DLL;WIN32_THREADS;WINVER=0x0600;_WIN32_WINNT=0x0600;_WIN32_IE=0x0501;_UNICODE;UNICODE;FD_SETSIZE=1024;NVALGRIND;$(MONO_ADDITIONAL_PREPROCESSOR_DEFINITIONS)</MONO_PREPROCESSOR_DEFINITIONS>
+ <MONO_PREPROCESSOR_DEFINITIONS>__default_codegen__;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;HAVE_CONFIG_H;GC_NOT_DLL;WIN32_THREADS;WINVER=0x0601;_WIN32_WINNT=0x0601;_WIN32_IE=0x0501;_UNICODE;UNICODE;FD_SETSIZE=1024;NVALGRIND;$(MONO_ADDITIONAL_PREPROCESSOR_DEFINITIONS)</MONO_PREPROCESSOR_DEFINITIONS>
</PropertyGroup>
<ItemDefinitionGroup>
<ClCompile>