Small fix

This commit is contained in:
Maurice Heumann
2025-04-07 22:01:33 +02:00
parent 0d9e03b673
commit 67d34b3988
6 changed files with 48 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ using NTSTATUS = std::uint32_t;
#define STATUS_TIMEOUT ((NTSTATUS)0x00000102L)
#define STATUS_PENDING ((NTSTATUS)0x00000103L)
#define STATUS_BREAKPOINT ((NTSTATUS)0x80000003L)
#define STATUS_SINGLE_STEP ((NTSTATUS)0x80000004L)
#define STATUS_ACCESS_VIOLATION ((NTSTATUS)0xC0000005L)