From de652ad7d2b88a90a3478e841c9ca8a385337431 Mon Sep 17 00:00:00 2001 From: midipix Date: Dec 25 2017 13:45:10 +0000 Subject: nt_process.h: struct _nt_runtime_data: loader abi: added bridge support. --- 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 */