mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-10-03 16:51:30 +00:00
NOISSUE Move NtStatusGen to external repository
This commit is contained in:
14
libraries/systeminfo/include/ntstatus/NtStatusNames.hpp
Normal file
14
libraries/systeminfo/include/ntstatus/NtStatusNames.hpp
Normal file
@@ -0,0 +1,14 @@
|
||||
// AUTO GENERATED FILE, DO NOT EDIT!
|
||||
// This file has been generated by nt-status-gen from https://github.com/Janrupf/nt-status-gen
|
||||
//
|
||||
// Used compiler: MSVC version 19.28.29337.0
|
||||
// Targeted OS: Windows version 10.0.19044
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <cstdint>
|
||||
#include <string>
|
||||
|
||||
namespace NtStatus {
|
||||
bool lookupNtStatusCodeName(uint64_t code, std::string &nameOut);
|
||||
}
|
2
libraries/systeminfo/include/ntstatus/README.md
Normal file
2
libraries/systeminfo/include/ntstatus/README.md
Normal file
@@ -0,0 +1,2 @@
|
||||
Source files in this directory have been generated using
|
||||
https://github.com/Janrupf/nt-status-gen
|
Reference in New Issue
Block a user