From 3890859af045fbac7cc92a95cbd5b07925206a6c Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sun, 13 Jul 2025 13:47:04 +0200 Subject: [PATCH] include hex version in comment for clarity --- lib/config-win32.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/config-win32.h b/lib/config-win32.h index 675523e18d..4e5f824681 100644 --- a/lib/config-win32.h +++ b/lib/config-win32.h @@ -301,8 +301,8 @@ /* Define some minimum and default build targets for Visual Studio */ #ifdef _MSC_VER # define VS2008_MIN_TARGET 0x0501 /* XP */ - /* VS2008 default build target is Windows Vista. We override default target - to be Windows XP. */ + /* VS2008 default build target is Windows Vista (0x0600). + We override default target to be Windows XP. */ # define VS2008_DEF_TARGET 0x0501 /* XP */ /* The minimum and default build targets for VS2012 are Vista and 8,