mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-19 11:43:56 +00:00
add STATUS_GUARD_PAGE_VIOLATION constant to platform includes
This commit is contained in:
@@ -10,6 +10,7 @@ using NTSTATUS = std::uint32_t;
|
||||
#define STATUS_TIMEOUT ((NTSTATUS)0x00000102L)
|
||||
#define STATUS_PENDING ((NTSTATUS)0x00000103L)
|
||||
|
||||
#define STATUS_GUARD_PAGE_VIOLATION ((NTSTATUS)0x80000001L)
|
||||
#define STATUS_BREAKPOINT ((NTSTATUS)0x80000003L)
|
||||
#define STATUS_SINGLE_STEP ((NTSTATUS)0x80000004L)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user