summaryrefslogtreecommitdiffhomepage
path: root/include/ntapi/nt_registry.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ntapi/nt_registry.h')
-rw-r--r--include/ntapi/nt_registry.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ntapi/nt_registry.h b/include/ntapi/nt_registry.h
index d21a46c..1b2455e 100644
--- a/include/ntapi/nt_registry.h
+++ b/include/ntapi/nt_registry.h
@@ -139,7 +139,7 @@ typedef struct _nt_key_value_basic_information {
uint32_t type;
uint32_t name_length;
wchar16_t name[];
-} _nt_key_value_basic_information;
+} nt_key_value_basic_information;
typedef struct _nt_key_value_full_information {