mirror of
https://github.com/curl/curl.git
synced 2026-06-07 03:14:16 +03:00
multibyte.h formatting
This commit is contained in:
parent
77b507566b
commit
e1f64e3571
1 changed files with 2 additions and 6 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue