diff options
author | Viktor Szakats <commit@vsz.me> | 2020-07-14 08:30:17 +0000 |
---|---|---|
committer | Viktor Szakats <commit@vsz.me> | 2020-07-14 08:30:17 +0000 |
commit | 8fa3f7809a30753a6c6bbedaf243de7447d018f3 (patch) | |
tree | 79dda1687b87ae592fb3a87c74ecf1e0da25c49c /include | |
parent | 61a08508f6a458fe21bbb18cd2a9bac2f039452b (diff) | |
download | curl-8fa3f7809a30753a6c6bbedaf243de7447d018f3.tar.gz |
windows: add unicode to feature list
Reviewed-by: Marcel Raad
Reviewed-by: Marc Hörsken
Closes #5491
Diffstat (limited to 'include')
-rw-r--r-- | include/curl/curl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/curl/curl.h b/include/curl/curl.h index 9104828c3..5284cdc43 100644 --- a/include/curl/curl.h +++ b/include/curl/curl.h @@ -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() * |