mirror of
https://github.com/curl/curl.git
synced 2026-07-24 19:27:23 +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
|
|
@ -2843,6 +2843,8 @@ typedef struct curl_version_info_data curl_version_info_data;
|
|||
#define CURL_VERSION_ALTSVC (1<<24) /* Alt-Svc handling built-in */
|
||||
#define CURL_VERSION_HTTP3 (1<<25) /* HTTP3 support built-in */
|
||||
#define CURL_VERSION_ZSTD (1<<26) /* zstd features are present */
|
||||
#define CURL_VERSION_UNICODE (1<<27) /* Unicode support on Windows */
|
||||
|
||||
/*
|
||||
* NAME curl_version_info()
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue