From b8c206a00e50587763b4ea080957ce743c1e882f Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 15 Oct 2017 14:38:38 -0400 Subject: framework: struct _nt_runtime_data: adjusted to match loader abi. --- include/ntapi/nt_process.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'include') 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; -- cgit v1.2.3