ui/winui/util.h@1943f7411e50
ui/winui/util.h
Sat, 06 Jun 2026 18:08:51 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Sat, 06 Jun 2026 18:08:51 +0200
- changeset 1175
- 1943f7411e50
- parent 250
-
d2068517fbdd
- permissions
- -rw-r--r--
fix incorrect type when passing a dialog window to the windowmanager (Cocoa)
#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);