sys: restrict build to Win7

This commit is contained in:
Bill Zissimopoulos
2016-11-07 13:28:57 -08:00
parent bd3d462bce
commit b1d8192d59
3 changed files with 2 additions and 12 deletions

View File

@ -20,7 +20,7 @@
<ItemDefinitionGroup>
<ClCompile>
<PreprocessorDefinitions>NTDDI_VERSION=0x06000000;_WIN32_WINNT=0x0600</PreprocessorDefinitions>
<PreprocessorDefinitions>NTDDI_VERSION=0x06010000;_WIN32_WINNT=0x0601</PreprocessorDefinitions>
</ClCompile>
</ItemDefinitionGroup>
</Project>