ui/winui/util.h@d44c895e9ee9
ui/winui/util.h
Sun, 19 Apr 2026 20:05:11 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Sun, 19 Apr 2026 20:05:11 +0200
- changeset 1097
- d44c895e9ee9
- parent 250
-
d2068517fbdd
- permissions
- -rw-r--r--
change ui_reg_destructor behavior: registered destructors are called before the context mempool is destroyed
#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);