summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2018-06-13 12:04:26 +0000
committermidipix <writeonce@midipix.org>2018-06-13 12:14:16 -0400
commit5981d9f1e190e098c4fb151507e2a6d7ffac9dec (patch)
tree88e98e44494c9f019b2ec87c7d99d4ddad9d1cdc
parent4b08f148a814e773848aa2320f5b6b04ec3d5136 (diff)
downloadntapi-5981d9f1e1.tar.bz2
ntapi-5981d9f1e1.tar.xz
framework: struct _nt_runtime_data: added .hntpgrpdir, .hobjanydir.
-rw-r--r--include/ntapi/nt_process.h2
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;