ui/winui/util.h@e5bda948a55f
ui/winui/util.h
Mon, 15 Sep 2025 16:12:34 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Mon, 15 Sep 2025 16:12:34 +0200
- changeset 767
- e5bda948a55f
- parent 250
-
d2068517fbdd
- permissions
- -rw-r--r--
add missing ui_splitpane_args_set_position_property
#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);