multibyte.h formatting

This commit is contained in:
Viktor Szakats 2025-07-15 01:26:32 +02:00
parent 77b507566b
commit e1f64e3571
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -26,14 +26,10 @@
#include "../curl_setup.h"
#ifdef _WIN32
/*
* MultiByte conversions using Windows kernel32 library.
*/
/* MultiByte conversions using Windows kernel32 library. */
wchar_t *curlx_convert_UTF8_to_wchar(const char *str_utf8);
char *curlx_convert_wchar_to_UTF8(const wchar_t *str_w);
#endif /* _WIN32 */
#endif
/*
* Macros curlx_convert_UTF8_to_tchar(), curlx_convert_tchar_to_UTF8()