diff options
author | midipix <writeonce@midipix.org> | 2019-08-09 08:35:15 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-08-09 08:35:15 +0000 |
commit | abdbe10374e1b18f6e90d4068c29e8db256facb7 (patch) | |
tree | bf7b96287a1da4d5dd85ab6b4156b334c08644b3 /include | |
parent | 3bbdf04a058d00221e1ac0c18a072da5e4ec7120 (diff) | |
download | ntapi-abdbe10374e1b18f6e90d4068c29e8db256facb7.tar.bz2 ntapi-abdbe10374e1b18f6e90d4068c29e8db256facb7.tar.xz |
nt_mount.h: struct _nt_mount_point_reparse_buffer: fix typedef typo.
Diffstat (limited to 'include')
-rw-r--r-- | include/ntapi/nt_mount.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ntapi/nt_mount.h b/include/ntapi/nt_mount.h index e9b5dae..dd2e223 100644 --- a/include/ntapi/nt_mount.h +++ b/include/ntapi/nt_mount.h @@ -88,7 +88,7 @@ typedef struct _nt_mount_point_reparse_buffer { uint16_t print_name_offset; uint16_t print_name_length; uintptr_t path_buffer[]; -} _nt_mount_point_reparse_buffer, nt_mprb; +} nt_mount_point_reparse_buffer, nt_mprb; typedef struct _nt_dos_devices_name { |