summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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 */
/**************************/