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 aa0fc65..0f7af19 100644 --- a/include/ntapi/nt_process.h +++ b/include/ntapi/nt_process.h @@ -540,6 +540,8 @@ typedef struct _nt_runtime_data { /**************************/ void * hntpgrpdir; void * hpidanydir; + void * hpidmapdir; + void * hntpipcdir; void * hobjanydir; void * hbnorootdir; |