From b7e1804695193ce99778fe8d85035820d73a7a60 Mon Sep 17 00:00:00 2001
From: midipix <writeonce@midipix.org>
Date: Wed, 27 Dec 2017 02:10:05 -0500
Subject: nt_rtdata: ldso: finalized (dun-dun-duuuun!) the stage-one loader
 context abi.

---
 include/ntapi/nt_process.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/ntapi/nt_process.h b/include/ntapi/nt_process.h
index 7e2da6f..ddb3753 100644
--- a/include/ntapi/nt_process.h
+++ b/include/ntapi/nt_process.h
@@ -517,6 +517,7 @@ typedef struct _nt_process_alternate_client_id {
 } nt_process_alternate_client_id, nt_alt_cid;
 
 typedef struct _nt_runtime_data {
+	nt_guid		abi;
 	void *		hself;
 	void *		hparent;
 	void *		himage;
@@ -528,7 +529,6 @@ typedef struct _nt_runtime_data {
 	void *		hcwd;
 	void *		hdrive;
 	void *		hldrctx[__SIZEOF_POINTER__>>1];
-	nt_guid		abi;
 	/**************************/
 	/*  loader abi ends here  */
 	/**************************/
-- 
cgit v1.2.3