ui/winui/util.h@bb0b8927f5c0
ui/winui/util.h
Sun, 09 Jun 2024 15:31:07 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Sun, 09 Jun 2024 15:31:07 +0200
- branch
- newapi
- changeset 283
- bb0b8927f5c0
- parent 250
-
d2068517fbdd
- permissions
- -rw-r--r--
add dnd selection functions (unimplemented) (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);