mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-25 04:44:59 +00:00
NOISSUE Add ntstatus-gen to systeminfo library
This commit is contained in:
@@ -72,3 +72,8 @@ Sys::DistributionInfo Sys::getDistributionInfo()
|
||||
DistributionInfo result;
|
||||
return result;
|
||||
}
|
||||
|
||||
bool Sys::lookupSystemStatusCode(uint64_t code, std::string &name, std::string &description)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user