diff options
author | midipix <writeonce@midipix.org> | 2017-01-28 02:47:06 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2017-01-28 00:25:19 -0500 |
commit | 8d121749de47e28dc180205cf3e968bbcff0b8ec (patch) | |
tree | e36bb2353cd3ea03e735a7901a4ab1baf868f4fd /include | |
parent | 701eb264ae48a2c020ddd63d3c159834af364077 (diff) | |
download | ntapi-8d121749de47e28dc180205cf3e968bbcff0b8ec.tar.bz2 ntapi-8d121749de47e28dc180205cf3e968bbcff0b8ec.tar.xz |
struct nt_runtime_data: added dynamic loader context members.
Diffstat (limited to 'include')
-rw-r--r-- | include/ntapi/nt_process.h | 2 |
1 files changed, 2 insertions, 0 deletions
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; |