mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-10-04 17:09:25 +00:00
NOISSUE Integrate exit code reporting into MultiMC log
This commit is contained in:
@@ -61,10 +61,6 @@ Sys::DistributionInfo Sys::getDistributionInfo()
|
||||
bool Sys::lookupSystemStatusCode(uint64_t code, std::string &name, std::string &description)
|
||||
{
|
||||
bool hasCodeName = Win32::lookupNtStatusCodeName(code, name);
|
||||
if(!hasCodeName)
|
||||
{
|
||||
name = "unknown status";
|
||||
}
|
||||
|
||||
PSTR messageBuffer = nullptr;
|
||||
HMODULE ntdll = GetModuleHandleA("ntdll.dll");
|
||||
|
Reference in New Issue
Block a user