mirror of
https://github.com/curl/curl.git
synced 2026-08-11 17:40:55 +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
|
|
@ -390,6 +390,9 @@ static curl_version_info_data version_info = {
|
|||
( (SIZEOF_OFF_T > 4) || defined(USE_WIN32_LARGE_FILES) )
|
||||
| CURL_VERSION_LARGEFILE
|
||||
#endif
|
||||
#if defined(WIN32) && defined(UNICODE) && defined(_UNICODE)
|
||||
| CURL_VERSION_UNICODE
|
||||
#endif
|
||||
#if defined(CURL_DOES_CONVERSIONS)
|
||||
| CURL_VERSION_CONV
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue