windows: document toolchain support for CERT_NAME_SEARCH_ALL_NAMES_FLAG

Follow-up to 5f99b45693 #18113
Follow-up to 3bfcfe82b9 #18085
This commit is contained in:
Viktor Szakats 2025-07-31 20:32:55 +02:00
parent 923db3515d
commit 902262b166
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -388,6 +388,7 @@ static DWORD cert_get_name_string(struct Curl_easy *data,
LPTSTR current_pos = NULL;
DWORD i;
/* Offered by mingw-w64 v4+. MS SDK ~10+/~VS2017+. */
#ifdef CERT_NAME_SEARCH_ALL_NAMES_FLAG
/* CERT_NAME_SEARCH_ALL_NAMES_FLAG is available from Windows 8 onwards. */
if(Win8_compat) {