diff options
author | midipix <writeonce@midipix.org> | 2019-07-14 20:05:23 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-07-15 19:42:21 +0000 |
commit | 96f6a0e0ae44883a28ddd8fd8793283fe1f1dacc (patch) | |
tree | c5347aab0cd411f7b235fe0a054444a574ad13cd /include | |
parent | f048be7091eb41d6dd49b1f5feb00b435e6b1303 (diff) | |
download | ntapi-96f6a0e0ae44883a28ddd8fd8793283fe1f1dacc.tar.bz2 ntapi-96f6a0e0ae44883a28ddd8fd8793283fe1f1dacc.tar.xz |
struct _nt_runtime_data: renamed .hkey_userv --> .hkey_root.
Diffstat (limited to 'include')
-rw-r--r-- | include/ntapi/nt_process.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ntapi/nt_process.h b/include/ntapi/nt_process.h index 8270d0f..ccc2e14 100644 --- a/include/ntapi/nt_process.h +++ b/include/ntapi/nt_process.h @@ -572,7 +572,7 @@ typedef struct _nt_runtime_data { void * hkey_ctrlset; void * hkey_tcpip; void * hkey_users; - void * hkey_userv; + void * hkey_root; nt_cid cid_self; nt_cid cid_parent; |