121321
This commit is contained in:
@@ -107,6 +107,8 @@ uint32_t __cdecl LMySqPushString(uint32_t v, const wchar_t* s, uint32_t l)
|
||||
return LrealSqPushString(v, L"L_getCurrentModuleDamageRate", l);
|
||||
}
|
||||
|
||||
wprintf(L"调用函数: %s", s);
|
||||
|
||||
return LrealSqPushString(v, s, l);
|
||||
}
|
||||
|
||||
@@ -1844,7 +1846,7 @@ void Suxn() {
|
||||
std::string str = BaseData[i];
|
||||
|
||||
|
||||
//std::cout << nutstr << std::endl;
|
||||
//std::cout << str << std::endl << std::flush;
|
||||
wchar_t* sfile = DNFTOOL::charTowchar_t((char*)filename.c_str());
|
||||
wchar_t* ss = DNFTOOL::charTowchar_t((char*)str.c_str());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user