ui/winui/util.h@6606616eca9f
ui/winui/util.h
Sat, 05 Apr 2025 16:46:11 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Sat, 05 Apr 2025 16:46:11 +0200
- changeset 103
- 6606616eca9f
- parent 27
-
c254ed644edf
- permissions
- -rw-r--r--
update uwproj, toolkit, libidav
#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);