diff options
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; |