comparison: ui/winui/util.h
ui/winui/util.h
- changeset 431
- bb7da585debc
- parent 250
- d2068517fbdd
equal
deleted
inserted
replaced
|
1 #pragma once |
|
2 |
|
3 #include <stdlib.h> |
|
4 |
|
5 wchar_t* str2wstr(const char* str, int* newlen); |
|
6 |
|
7 wchar_t* str2wstr_len(const char* str, size_t len, int* newlen); |
|
8 |
|
9 char* wchar2utf8(const wchar_t* wstr, size_t wlen); |