From dea1aa7dfbb473a5625491efb65ef088b68d7092 Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 18 Jan 2017 01:47:03 +0000 Subject: struct nt_runtime_data: update for the benefit of the framework loader impl. --- include/ntapi/nt_process.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'include') diff --git a/include/ntapi/nt_process.h b/include/ntapi/nt_process.h index 9b0b81b..8088e19 100644 --- a/include/ntapi/nt_process.h +++ b/include/ntapi/nt_process.h @@ -448,18 +448,18 @@ typedef struct _nt_process_alternate_client_id { } nt_process_alternate_client_id, nt_alt_cid; typedef struct _nt_runtime_data { - void * hprocess_self; - void * hprocess_parent; + void * hself; + void * hparent; + void * himage; + void * hroot; + void * hcwd; + void * hdrive; nt_cid cid_self; nt_cid cid_parent; nt_alt_cid alt_cid_self; nt_alt_cid alt_cid_parent; uint32_t flags; uint32_t reserved; - void * himage; - void * hroot; - void * hcwd; - void * hdrive; void * hstdin; void * hstdout; void * hstderr; -- cgit v1.2.3