diff options
-rw-r--r-- | include/ntapi/nt_process.h | 5 |
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; |