mirror of
https://github.com/curl/curl.git
synced 2026-05-30 13:47:28 +03:00
windows: document toolchain support for CERT_NAME_SEARCH_ALL_NAMES_FLAG
Follow-up to5f99b45693#18113 Follow-up to3bfcfe82b9#18085
This commit is contained in:
parent
923db3515d
commit
902262b166
1 changed files with 1 additions and 0 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue