From dbd96bb4e2480f6cc39fa3d30d9b51bf174176b7 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Sat, 11 Feb 2023 12:55:25 +0200 Subject: [PATCH 21/21] winbuild: Set default MIN_WINVER to match Windows 8.1 See osdn #47312 Signed-off-by: Marko Lindqvist --- windows/installer_cross/winbuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/installer_cross/winbuild.sh b/windows/installer_cross/winbuild.sh index d1d4ddb663..edb90bdbe8 100755 --- a/windows/installer_cross/winbuild.sh +++ b/windows/installer_cross/winbuild.sh @@ -10,7 +10,7 @@ # Version 2.4.3 (28-Jan-23) WINBUILD_VERSION="2.4.3" -MIN_WINVER=0x0601 # Windows 7, Qt6-client and Qt6-ruledit builds override this +MIN_WINVER=0x0603 # Windows 8.1, Qt6-client and Qt6-ruledit builds override this CROSSER_FEATURE_LEVEL=2.5 if test "x$1" = x || test "x$1" = "x-h" || test "x$1" = "x--help" ; then -- 2.39.1