summaryrefslogtreecommitdiffhomepage
path: root/include/ntapi/nt_process.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2017-10-15 14:38:38 -0400
committermidipix <writeonce@midipix.org>2017-10-15 14:38:38 -0400
commitb8c206a00e50587763b4ea080957ce743c1e882f (patch)
tree87ecbfc8e6dcc2a2c8c8469aa919cadfac5a7f12 /include/ntapi/nt_process.h
parentf227090f488453754775db6e31c1e962e9c5bea6 (diff)
downloadntapi-b8c206a00e50587763b4ea080957ce743c1e882f.tar.bz2
ntapi-b8c206a00e50587763b4ea080957ce743c1e882f.tar.xz
framework: struct _nt_runtime_data: adjusted to match loader abi.
Diffstat (limited to 'include/ntapi/nt_process.h')
-rw-r--r--include/ntapi/nt_process.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/ntapi/nt_process.h b/include/ntapi/nt_process.h
index 465df0a..facd639 100644
--- a/include/ntapi/nt_process.h
+++ b/include/ntapi/nt_process.h
@@ -484,6 +484,10 @@ typedef struct _nt_runtime_data {
void * hloader;
void * hcwd;
void * hdrive;
+ nt_guid abi;
+ /**************************/
+ /* loader abi ends here */
+ /**************************/
void * hpidanydir;
void * hbnorootdir;
void * hsemctl;
@@ -500,7 +504,6 @@ typedef struct _nt_runtime_data {
void * hshmctldir;
void * htmpfslroot;
void * htmpfsldir;
- nt_guid abi;
nt_cid cid_self;
nt_cid cid_parent;
nt_alt_cid alt_cid_self;