ui/winui/util.h@f560b35c8ca1
ui/winui/util.h
Fri, 29 May 2026 22:43:47 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Fri, 29 May 2026 22:43:47 +0200
- changeset 1152
- f560b35c8ca1
- parent 250
-
d2068517fbdd
- permissions
- -rw-r--r--
implement buttion actions (Motif)
#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);