ui/winui/util.h@1ecc1183f046
ui/winui/util.h
Sun, 11 Feb 2024 15:59:56 +0100
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Sun, 11 Feb 2024 15:59:56 +0100
- changeset 28
- 1ecc1183f046
- parent 27
-
c254ed644edf
- permissions
- -rw-r--r--
implement new-collection toolbar button
#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);