write shit

This commit is contained in:
2023-02-12 18:08:29 +08:00
parent 3b754f0434
commit 3de9e3d996
8 changed files with 78 additions and 11 deletions

View File

@ -94,6 +94,11 @@ namespace LibCmo {
return;
}
void GetWcharStdin(std::string& u8_input, std::wstring& wc_input) {
// just redirect to prev func
CharToWchar(u8_input, wc_input, CP_UTF8);
}
#else
//todo: linux implementation