From 8d121749de47e28dc180205cf3e968bbcff0b8ec Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 28 Jan 2017 02:47:06 +0000 Subject: struct nt_runtime_data: added dynamic loader context members. --- include/ntapi/nt_process.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/ntapi/nt_process.h b/include/ntapi/nt_process.h index af22d02..1336d31 100644 --- a/include/ntapi/nt_process.h +++ b/include/ntapi/nt_process.h @@ -456,6 +456,8 @@ typedef struct _nt_runtime_data { void * hparent; void * himage; void * hroot; + void * hdsodir; + void * hloader; void * hcwd; void * hdrive; nt_guid abi; -- cgit v1.2.3