fix Windows support

drives button is missing
This commit is contained in:
tildearrow 2025-09-27 14:56:12 -05:00
parent 4df9643963
commit 963ec94fd0
4 changed files with 78 additions and 7 deletions

View file

@ -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