From 5981d9f1e190e098c4fb151507e2a6d7ffac9dec Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 13 Jun 2018 12:04:26 +0000 Subject: framework: struct _nt_runtime_data: added .hntpgrpdir, .hobjanydir. --- include/ntapi/nt_process.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/ntapi/nt_process.h b/include/ntapi/nt_process.h index e02efa9..ea8dea5 100644 --- a/include/ntapi/nt_process.h +++ b/include/ntapi/nt_process.h @@ -532,7 +532,9 @@ typedef struct _nt_runtime_data { /**************************/ /* loader abi ends here */ /**************************/ + void * hntpgrpdir; void * hpidanydir; + void * hobjanydir; void * hbnorootdir; void * hsemctl; -- cgit v1.2.3