mirror of
https://github.com/curl/curl.git
synced 2026-07-30 11:18:04 +03:00
drop another pre-v3 mingw-64 condition
This commit is contained in:
parent
7ed8643a51
commit
24bd4a07c6
1 changed files with 0 additions and 1 deletions
|
|
@ -1598,7 +1598,6 @@ if(WIN32)
|
|||
# Pre-fill detection results based on target OS version
|
||||
if(_CURL_PREFILL)
|
||||
if(NOT HAVE_WIN32_WINNT OR HAVE_WIN32_WINNT LESS 0x0600 OR # older than Windows Vista
|
||||
(MINGW AND MINGW64_VERSION VERSION_LESS 2.0) OR
|
||||
WINCE OR WINDOWS_STORE)
|
||||
set(HAVE_IF_NAMETOINDEX 0)
|
||||
unset(HAVE_IF_NAMETOINDEX CACHE)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue