From 96f6a0e0ae44883a28ddd8fd8793283fe1f1dacc Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 14 Jul 2019 20:05:23 +0000 Subject: struct _nt_runtime_data: renamed .hkey_userv --> .hkey_root. --- include/ntapi/nt_process.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3