mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
abilties
This commit is contained in:
4
vendor/memcury.h
vendored
4
vendor/memcury.h
vendored
@@ -880,12 +880,12 @@
|
||||
{
|
||||
if constexpr (bIsWide)
|
||||
{
|
||||
auto aaa = (L"FindStringRef " + std::wstring(string));
|
||||
auto aaa = (L"failed FindStringRef " + std::wstring(string));
|
||||
MessageBoxA(0, std::string(aaa.begin(), aaa.end()).c_str(), "Memcury", MB_ICONERROR);
|
||||
}
|
||||
else
|
||||
{
|
||||
MessageBoxA(0, ("FindStringRef " + std::string(string)).c_str(), "Memcury", MB_ICONERROR);
|
||||
MessageBoxA(0, ("failed FindStringRef " + std::string(string)).c_str(), "Memcury", MB_ICONERROR);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user