diff options
author | Arnavion <arnavion@gmail.com> | 2015-02-21 03:12:27 -0800 |
---|---|---|
committer | Arnavion <arnavion@gmail.com> | 2015-02-21 03:12:27 -0800 |
commit | 5b24c60def78a1c6dd66b072db0615c117d788c4 (patch) | |
tree | 13c712e77fca5e93743b631a655abd4597e53c7c /win32/hexchat.props | |
parent | 96026b82c784bbba010d0a9550301cefd6c73af7 (diff) |
Win8+ native spell checking requires compiling with Win8 target.
Win8-specific features are still loaded dynamically, so HC still works the same on W7.
Diffstat (limited to 'win32/hexchat.props')
-rw-r--r-- | win32/hexchat.props | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/hexchat.props b/win32/hexchat.props index e35378cb..8469142c 100644 --- a/win32/hexchat.props +++ b/win32/hexchat.props @@ -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> |