From 9b8e73792b2804543ea2803dff225edbf20eb905 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Sat, 11 Feb 2023 12:59:48 +0200 Subject: [PATCH 32/32] 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 5feec82d44..758f14ebcb 100755 --- a/windows/installer_cross/winbuild.sh +++ b/windows/installer_cross/winbuild.sh @@ -10,7 +10,7 @@ # Version 2.4.2 (16-Dec-22) WINBUILD_VERSION="2.4.2" -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