From 5b24c60def78a1c6dd66b072db0615c117d788c4 Mon Sep 17 00:00:00 2001 From: Arnavion Date: Sat, 21 Feb 2015 03:12:27 -0800 Subject: [PATCH] Win8+ native spell checking requires compiling with Win8 target. Win8-specific features are still loaded dynamically, so HC still works the same on W7. --- win32/hexchat.props | 1 + 1 file changed, 1 insertion(+) 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 @@ true true true + NTDDI_VERSION=NTDDI_WIN8;_WIN32_WINNT=_WIN32_WINNT_WIN8;%(PreProcessorDefinitions) true