summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2019-07-14 20:05:23 +0000
committermidipix <writeonce@midipix.org>2019-07-15 19:42:21 +0000
commit96f6a0e0ae44883a28ddd8fd8793283fe1f1dacc (patch)
treec5347aab0cd411f7b235fe0a054444a574ad13cd
parentf048be7091eb41d6dd49b1f5feb00b435e6b1303 (diff)
downloadntapi-96f6a0e0ae.tar.bz2
ntapi-96f6a0e0ae.tar.xz
struct _nt_runtime_data: renamed .hkey_userv --> .hkey_root.
-rw-r--r--include/ntapi/nt_process.h2
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;