mirror of
https://github.com/curl/curl.git
synced 2026-07-25 12:27:16 +03:00
windows: add unicode to feature list
Reviewed-by: Marcel Raad Reviewed-by: Marc Hörsken Closes #5491
This commit is contained in:
parent
61a08508f6
commit
8fa3f7809a
6 changed files with 12 additions and 0 deletions
|
|
@ -537,6 +537,7 @@ static const struct feat feats[] = {
|
|||
{"IDN", CURL_VERSION_IDN},
|
||||
{"IPv6", CURL_VERSION_IPV6},
|
||||
{"Largefile", CURL_VERSION_LARGEFILE},
|
||||
{"Unicode", CURL_VERSION_UNICODE},
|
||||
{"SSPI", CURL_VERSION_SSPI},
|
||||
{"GSS-API", CURL_VERSION_GSSAPI},
|
||||
{"Kerberos", CURL_VERSION_KERBEROS5},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue