This commit is contained in:
Double Sine 2019-09-28 00:52:07 +08:00
parent 70f49762cc
commit c36f44dd1b
No known key found for this signature in database
GPG Key ID: 44460E4F43EA8633

View File

@ -102,7 +102,7 @@ namespace std {
xstring(xstring_extension, const char* lpstr, DWORD CodePage = CP_ACP) { xstring(xstring_extension, const char* lpstr, DWORD CodePage = CP_ACP) {
if (CodePage == CP_ACP || CodePage == GetACP()) { if (CodePage == CP_ACP || CodePage == GetACP()) {
assign(str); assign(lpstr);
} else { } else {
std::wstring wstr; std::wstring wstr;