summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2017-12-27 02:10:05 -0500
committermidipix <writeonce@midipix.org>2017-12-27 02:10:05 -0500
commitb7e1804695193ce99778fe8d85035820d73a7a60 (patch)
treef57064c0c467c3250f94279f17486163504bb782
parent3c39f1bbaeffa94bafda87916e275d03d6d30eb5 (diff)
downloadntapi-b7e1804695193ce99778fe8d85035820d73a7a60.tar.bz2
ntapi-b7e1804695193ce99778fe8d85035820d73a7a60.tar.xz
nt_rtdata: ldso: finalized (dun-dun-duuuun!) the stage-one loader context abi.
-rw-r--r--include/ntapi/nt_process.h2
1 files changed, 1 insertions, 1 deletions
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 */
/**************************/