NOISSUE Move NtStatusGen to external repository

This commit is contained in:
Janrupf
2022-05-20 19:59:09 +02:00
parent 918090e02a
commit cbe6d0dbfd
9 changed files with 2616 additions and 257 deletions

View 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);
}

View File

@@ -0,0 +1,2 @@
Source files in this directory have been generated using
https://github.com/Janrupf/nt-status-gen