ui/winui/util.h@40d6af793c1a
ui/winui/util.h
Fri, 09 Feb 2024 16:50:23 +0100
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Fri, 09 Feb 2024 16:50:23 +0100
- changeset 26
- 40d6af793c1a
- parent 0
-
2483f517c562
- child 27
-
c254ed644edf
- permissions
- -rw-r--r--
implement resource deletion
#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);