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 {