ui/winui/util.h@e57ca2747782
ui/winui/util.h
Sat, 13 Dec 2025 15:58:58 +0100
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Sat, 13 Dec 2025 15:58:58 +0100
- changeset 115
- e57ca2747782
- parent 27
-
c254ed644edf
- permissions
- -rw-r--r--
fix build with newest toolkit version
#pragma once
#include <stdlib.h>
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);