diff --git a/sdk/xtdk/ketypes.h b/sdk/xtdk/ketypes.h index 3158cd5..0920a87 100644 --- a/sdk/xtdk/ketypes.h +++ b/sdk/xtdk/ketypes.h @@ -72,6 +72,10 @@ typedef struct _KPROCESS /* Thread control block structure definition */ typedef struct _KTHREAD { + PVOID InitialStack; + PVOID KernelStack; + PVOID StackBase; + PVOID StackLimit; KAPC_STATE ApcState; } KTHREAD, *PKTHREAD;