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 2dd51cf..3ffa960 100644 --- a/include/ntapi/nt_process.h +++ b/include/ntapi/nt_process.h @@ -484,6 +484,8 @@ typedef struct _nt_runtime_data { void * hloader; void * hcwd; void * hdrive; + void * hpidanydir; + void * hbnorootdir; void * hsemctl; void * hsempid; void * hsemctldir; |