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
|
|
@ -33,4 +33,7 @@ char utf8csize(const unsigned char* c);
|
|||
WString utf8To16(const char* in);
|
||||
String utf16To8(const wchar_t* in);
|
||||
|
||||
WString utf8To16(String& in);
|
||||
String utf16To8(WString& in);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue