From 6d6a97f56b7a486c6295a320c4cdeec722c227d6 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sun, 13 Jul 2025 13:42:50 +0200 Subject: [PATCH] build to XP minimum --- lib/config-win32.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/lib/config-win32.h b/lib/config-win32.h index 9df18342e8..690def3222 100644 --- a/lib/config-win32.h +++ b/lib/config-win32.h @@ -300,13 +300,7 @@ /* Define some minimum and default build targets for Visual Studio */ #ifdef _MSC_VER - /* Officially, Microsoft's Windows SDK versions 6.X does not support Windows - 2000 as a supported build target. VS2008 default installations provides - an embedded Windows SDK v6.0A along with the claim that Windows 2000 is a - valid build target for VS2008. Popular belief is that binaries built with - VS2008 using Windows SDK versions v6.X and Windows 2000 as a build target - are functional. */ -# define VS2008_MIN_TARGET 0x0500 +# define VS2008_MIN_TARGET 0x0501 /* The minimum build target for VS2012 is Vista unless Update 1 is installed and the v110_xp toolset is chosen. */