win32: more build fix

This commit is contained in:
Flyinghead 2019-06-30 21:46:33 +02:00
parent 40c841a057
commit 20bff396c3
1 changed files with 0 additions and 1 deletions

View File

@ -140,7 +140,6 @@ std::string UTF16ToCP(u32 code_page, const std::wstring& input)
std::string output;
output.resize(size);
bool usedDefaultChar;
if (size == 0 ||
size != WideCharToMultiByte(code_page, 0, input.data(), static_cast<int>(input.size()),