From ccc3ce42b06ce23d102e8f8b3eb1147c8330da5f Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Fri, 2 Apr 2021 16:05:42 +0200 Subject: [PATCH] Raise Windows API requirement to Windows 7 Recent version of WinStd requires it for Unicode normalization support to compile. Signed-off-by: Simon Rozman --- include/common.props | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/include/common.props b/include/common.props index d1d8213..a35d61d 100644 --- a/include/common.props +++ b/include/common.props @@ -34,7 +34,7 @@ Level4 - NTDDI_VERSION=NTDDI_WINXP;_WIN32_WINNT=_WIN32_WINNT_WINXP;wxMSVC_VERSION_AUTO;WXUSINGDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + NTDDI_VERSION=NTDDI_WIN7;_WIN32_WINNT=_WIN32_WINNT_WIN7;wxMSVC_VERSION_AUTO;WXUSINGDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) Use pch.h ProgramDatabase @@ -46,9 +46,6 @@ true true - - WINVER=0x0501;_WIN32_WINNT=0x0501;%(PreprocessorDefinitions) - Amperstand $(OutDir)..\locale\%(Filename)\$(ProjectName).mo