mirror of
https://github.com/curl/curl.git
synced 2026-08-25 04:53:31 +03:00
config-win32.h: drop setting WINVER
This commit is contained in:
parent
57c014612f
commit
8c6051f0e0
1 changed files with 2 additions and 8 deletions
|
|
@ -48,10 +48,7 @@
|
|||
# ifndef _WIN32_WINNT
|
||||
# define _WIN32_WINNT VS2012_DEF_TARGET
|
||||
# endif
|
||||
# ifndef WINVER
|
||||
# define WINVER VS2012_DEF_TARGET
|
||||
# endif
|
||||
# if (_WIN32_WINNT < VS2012_MIN_TARGET) || (WINVER < VS2012_MIN_TARGET)
|
||||
# if _WIN32_WINNT < VS2012_MIN_TARGET
|
||||
# ifdef _USING_V110_SDK71_
|
||||
# error VS2012 does not support build targets prior to Windows XP
|
||||
# else
|
||||
|
|
@ -69,10 +66,7 @@
|
|||
# ifndef _WIN32_WINNT
|
||||
# define _WIN32_WINNT VS2008_DEF_TARGET
|
||||
# endif
|
||||
# ifndef WINVER
|
||||
# define WINVER VS2008_DEF_TARGET
|
||||
# endif
|
||||
# if (_WIN32_WINNT < VS2008_MIN_TARGET) || (WINVER < VS2008_MIN_TARGET)
|
||||
# if _WIN32_WINNT < VS2008_MIN_TARGET
|
||||
# error VS2008 does not support build targets prior to Windows XP
|
||||
# endif
|
||||
# endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue