ui/winui/util.h@12ad3393c151
ui/winui/util.h
Thu, 08 Feb 2024 10:31:19 +0100
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Thu, 08 Feb 2024 10:31:19 +0100
- changeset 24
- 12ad3393c151
- parent 0
-
2483f517c562
- child 27
-
c254ed644edf
- permissions
- -rw-r--r--
don't show number of uploading files when there is only 1 file
#pragma once
wchar_t* str2wstr(const char* str, int* newlen);
wchar_t* str2wstr_len(const char* str, size_t len, int* newlen);
char* wchar2utf8(const wchar_t* wstr, size_t wlen);