mirror of
https://github.com/susMdT/LoudSunRun
synced 2026-06-06 16:44:35 +00:00
7 lines
191 B
C
7 lines
191 B
C
#pragma once
|
|
#define NT_SUCCESS(Status) (((NTSTATUS)(Status)) == 0)
|
|
#define STATUS_SUCCESS ((NTSTATUS)0x00000000L)
|
|
#define true 1
|
|
#define MAX_STACK_SIZE 12000
|
|
#define RBP_OP_INFO 0x5
|