win32: more build fix
This commit is contained in:
parent
40c841a057
commit
20bff396c3
|
@ -140,7 +140,6 @@ std::string UTF16ToCP(u32 code_page, const std::wstring& input)
|
||||||
|
|
||||||
std::string output;
|
std::string output;
|
||||||
output.resize(size);
|
output.resize(size);
|
||||||
bool usedDefaultChar;
|
|
||||||
|
|
||||||
if (size == 0 ||
|
if (size == 0 ||
|
||||||
size != WideCharToMultiByte(code_page, 0, input.data(), static_cast<int>(input.size()),
|
size != WideCharToMultiByte(code_page, 0, input.data(), static_cast<int>(input.size()),
|
||||||
|
|
Loading…
Reference in New Issue