ui/winui/util.h@b34bd1557c6c
ui/winui/util.h
Sat, 05 Apr 2025 17:57:04 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Sat, 05 Apr 2025 17:57:04 +0200
- changeset 107
- b34bd1557c6c
- parent 27
-
c254ed644edf
- permissions
- -rw-r--r--
use ui_list_update to update lists
#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);