summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorArnavion <arnavion@gmail.com>2015-02-21 03:12:27 -0800
committerArnavion <arnavion@gmail.com>2015-02-21 03:12:27 -0800
commit5b24c60def78a1c6dd66b072db0615c117d788c4 (patch)
tree13c712e77fca5e93743b631a655abd4597e53c7c
parent96026b82c784bbba010d0a9550301cefd6c73af7 (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.
-rw-r--r--win32/hexchat.props1
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>