summaryrefslogtreecommitdiff
path: root/src/tool_doswin.h
diff options
context:
space:
mode:
authorMarcel Raad <Marcel.Raad@teamviewer.com>2020-07-23 21:28:14 +0200
committerMarcel Raad <Marcel.Raad@teamviewer.com>2020-07-27 10:42:38 +0200
commit0c6112a139c1133f7bdfc440903c0e5602c84d90 (patch)
tree3e7229f7e175db8c3a2bfea45cad93c38ed9e1b3 /src/tool_doswin.h
parent8829703b5a8d595457f3f4954cf09e6d6bae1523 (diff)
downloadcurl-0c6112a139c1133f7bdfc440903c0e5602c84d90.tar.gz
WIN32: stop forcing narrow-character API
Except where the results are only used for character output. getenv is not touched because it's part of the public API, and having it return UTF-8 instead of ANSI would be a breaking change. Fixes https://github.com/curl/curl/issues/5658 Fixes https://github.com/curl/curl/issues/5712 Closes https://github.com/curl/curl/pull/5718
Diffstat (limited to 'src/tool_doswin.h')
-rw-r--r--src/tool_doswin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tool_doswin.h b/src/tool_doswin.h
index d1649d1f3..ab23f8d65 100644
--- a/src/tool_doswin.h
+++ b/src/tool_doswin.h
@@ -59,7 +59,7 @@ char **__crt0_glob_function(char *arg);
CURLcode FindWin32CACert(struct OperationConfig *config,
curl_sslbackend backend,
- const char *bundle_file);
+ const TCHAR *bundle_file);
struct curl_slist *GetLoadedModulePaths(void);
CURLcode win32_init(void);