mirror of
https://github.com/MultiMC/MultiMC5.git
synced 2025-01-01 00:16:40 +00:00
15 lines
368 B
C++
15 lines
368 B
C++
|
// 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);
|
||
|
}
|