Refactoring
This commit is contained in:
parent
53370ca8b6
commit
b5d2f39002
@ -27,7 +27,7 @@ int InitSpy(LPVOID args)
|
||||
std::string msg = fmt::format("WCF 支持版本: {},当前版本: {}", SUPPORT_VERSION, version);
|
||||
if (version != SUPPORT_VERSION) {
|
||||
LOG_ERROR(msg);
|
||||
MessageBoxA(NULL, msg.c_str(), "错误", MB_ICONERROR);
|
||||
MessageBoxA(NULL, msg.c_str(), "微信版本错误", MB_ICONERROR);
|
||||
return -2;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user