diff options
author | midipix <writeonce@midipix.org> | 2018-06-13 12:04:26 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-06-13 12:14:16 -0400 |
commit | 5981d9f1e190e098c4fb151507e2a6d7ffac9dec (patch) | |
tree | 88e98e44494c9f019b2ec87c7d99d4ddad9d1cdc | |
parent | 4b08f148a814e773848aa2320f5b6b04ec3d5136 (diff) | |
download | ntapi-5981d9f1e190e098c4fb151507e2a6d7ffac9dec.tar.bz2 ntapi-5981d9f1e190e098c4fb151507e2a6d7ffac9dec.tar.xz |
framework: struct _nt_runtime_data: added .hntpgrpdir, .hobjanydir.
-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 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; |