include hex version in comment for clarity

This commit is contained in:
Viktor Szakats 2025-07-13 13:47:04 +02:00
parent 6eebc15b42
commit 3890859af0
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -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,