diff options
-rw-r--r-- | include/ntapi/nt_process.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ntapi/nt_process.h b/include/ntapi/nt_process.h index af22d02..1336d31 100644 --- a/include/ntapi/nt_process.h +++ b/include/ntapi/nt_process.h @@ -456,6 +456,8 @@ typedef struct _nt_runtime_data { void * hparent; void * himage; void * hroot; + void * hdsodir; + void * hloader; void * hcwd; void * hdrive; nt_guid abi; |