ui/winui/util.h@dac25dd922a2
ui/winui/util.h
Tue, 10 Jun 2025 12:28:30 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Tue, 10 Jun 2025 12:28:30 +0200
- changeset 613
- dac25dd922a2
- parent 250
-
d2068517fbdd
- permissions
- -rw-r--r--
refactore widget args passing and add image ref/unref functions (winui3)
#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);