From b8c206a00e50587763b4ea080957ce743c1e882f Mon Sep 17 00:00:00 2001 From: midipix Date: Oct 15 2017 18:38:38 +0000 Subject: framework: struct _nt_runtime_data: adjusted to match loader abi. --- 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;