ui/winui/util.h@be224cf1f50e
ui/winui/util.h
Thu, 03 Oct 2024 11:42:14 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Thu, 03 Oct 2024 11:42:14 +0200
- branch
- newapi
- changeset 320
- be224cf1f50e
- parent 250
-
d2068517fbdd
- permissions
- -rw-r--r--
add alternative ui_dialog implementation for libadwaita
#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);