ui/winui/util.h@7773850dc77f
ui/winui/util.h
Tue, 21 Apr 2026 21:09:39 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Tue, 21 Apr 2026 21:09:39 +0200
- changeset 1100
- 7773850dc77f
- parent 250
-
d2068517fbdd
- permissions
- -rw-r--r--
allow null ctx in ui_list_new2
#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);