diff options
author | midipix <writeonce@midipix.org> | 2019-08-09 08:33:37 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-08-09 08:34:19 +0000 |
commit | 3bbdf04a058d00221e1ac0c18a072da5e4ec7120 (patch) | |
tree | 7bc66b6eb8f55520d9bcf335a7cf0dfe0c84c30b /include | |
parent | b1526937b080f76c4e12978240eb1d325e51c52f (diff) | |
download | ntapi-3bbdf04a058d00221e1ac0c18a072da5e4ec7120.tar.bz2 ntapi-3bbdf04a058d00221e1ac0c18a072da5e4ec7120.tar.xz |
nt_registry.h: struct _nt_key_value_basic_information: fix typedef typo.
Diffstat (limited to 'include')
-rw-r--r-- | include/ntapi/nt_registry.h | 2 |
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 { |