From 91bd60c1b7c19253d3886b4602f9f9d4f5799e36 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 14 Jul 2025 11:54:59 +0200 Subject: [PATCH] also bump from 2000 to XP in comment --- lib/config-win32.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/config-win32.h b/lib/config-win32.h index 9bbdfc2b97..77316a5c0c 100644 --- a/lib/config-win32.h +++ b/lib/config-win32.h @@ -341,7 +341,7 @@ # define WINVER VS2008_DEF_TARGET # endif # if (_WIN32_WINNT < VS2008_MIN_TARGET) || (WINVER < VS2008_MIN_TARGET) -# error VS2008 does not support build targets prior to Windows 2000 +# error VS2008 does not support build targets prior to Windows XP # endif # endif #endif /* _MSC_VER */