mirror of
https://github.com/curl/curl.git
synced 2026-07-28 23:23:10 +03:00
include hex version in comment for clarity
This commit is contained in:
parent
6eebc15b42
commit
3890859af0
1 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue