drop another pre-v3 mingw-64 condition

This commit is contained in:
Viktor Szakats 2025-07-24 02:59:26 +02:00
parent 7ed8643a51
commit 24bd4a07c6
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

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