From de652ad7d2b88a90a3478e841c9ca8a385337431 Mon Sep 17 00:00:00 2001 From: midipix Date: Mon, 25 Dec 2017 08:45:10 -0500 Subject: nt_process.h: struct _nt_runtime_data: loader abi: added bridge support. --- include/ntapi/nt_process.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/ntapi/nt_process.h b/include/ntapi/nt_process.h index 208657b..34a97be 100644 --- a/include/ntapi/nt_process.h +++ b/include/ntapi/nt_process.h @@ -523,8 +523,11 @@ typedef struct _nt_runtime_data { void * hroot; void * hdsodir; void * hloader; + void * hexec; + void * hpeer; void * hcwd; void * hdrive; + void * hldrctx[__SIZEOF_POINTER__>>1]; nt_guid abi; /**************************/ /* loader abi ends here */ -- cgit v1.2.3