From 8fa3f7809a30753a6c6bbedaf243de7447d018f3 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 14 Jul 2020 08:30:17 +0000 Subject: windows: add unicode to feature list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Marcel Raad Reviewed-by: Marc Hörsken Closes #5491 --- lib/version.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib') diff --git a/lib/version.c b/lib/version.c index 91fb092ae..4f6dda24f 100644 --- a/lib/version.c +++ b/lib/version.c @@ -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 -- cgit v1.2.1