fix Windows support
drives button is missing
This commit is contained in:
parent
4df9643963
commit
963ec94fd0
4 changed files with 78 additions and 7 deletions
|
|
@ -131,3 +131,11 @@ String utf16To8(const wchar_t* s) {
|
|||
}
|
||||
return ret;
|
||||
}
|
||||
|
||||
WString utf8To16(String& in) {
|
||||
return utf8To16(in.c_str());
|
||||
}
|
||||
|
||||
String utf16To8(WString& in) {
|
||||
return utf16To8(in.c_str());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue