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;
|
||||
}
|
||||
|
||||
@@ -116,3 +116,8 @@ Sys::DistributionInfo Sys::getDistributionInfo()
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
bool Sys::lookupSystemStatusCode(uint64_t code, std::string &name, std::string &description)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
#include "NtStatsuGen.h"
|
||||
|
||||
Sys::KernelInfo Sys::getKernelInfo()
|
||||
{
|
||||
Sys::KernelInfo out;
|
||||
@@ -54,3 +56,9 @@ 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