Win8+ native spell checking requires compiling with Win8 target.

Win8-specific features are still loaded dynamically, so HC still works the same on W7.
This commit is contained in:
Arnavion 2015-02-21 03:12:27 -08:00
parent 96026b82c7
commit 5b24c60def
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<MultiProcessorCompilation>true</MultiProcessorCompilation>
<PreProcessorDefinitions>NTDDI_VERSION=NTDDI_WIN8;_WIN32_WINNT=_WIN32_WINNT_WIN8;%(PreProcessorDefinitions)</PreProcessorDefinitions>
</ClCompile>
<Lib>
<LinkTimeCodeGeneration>true</LinkTimeCodeGeneration>