ui/winui/util.h@6fa0876583bb
ui/winui/util.h
Sat, 01 Aug 2026 13:20:05 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Sat, 01 Aug 2026 13:20:05 +0200
- changeset 1224
- 6fa0876583bb
- parent 250
-
d2068517fbdd
- permissions
- -rw-r--r--
fix crash in dialog_response when the dialog was created without a parent (GTK)
#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);