Additional changes to 799b4e6

This commit is contained in:
Birunthan Mohanathas 2013-05-01 14:14:47 +03:00
parent eb5044b6fb
commit d3f2e7ab83

View File

@ -27,8 +27,8 @@
<ItemDefinitionGroup>
<ClCompile>
<!-- Set the version macros to 0x0600 (Vista) to avoid using Win8 specific features in the Win8 SDK. -->
<PreprocessorDefinitions>WIN32;_WINDOWS;WINVER=0x0600;_WIN32_WINNT=0x0600;_WIN32_IE=0x0600;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<!-- Set the version macros to 0x0601 (Win7) to avoid using Win8 specific features in the Win8 SDK. -->
<PreprocessorDefinitions>WIN32;_WINDOWS;WINVER=0x0601;_WIN32_WINNT=0x0601;_WIN32_IE=0x0601;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<WarningLevel>Level3</WarningLevel>
</ClCompile>
<Link>