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