From abdbe10374e1b18f6e90d4068c29e8db256facb7 Mon Sep 17 00:00:00 2001 From: midipix Date: Fri, 9 Aug 2019 08:35:15 +0000 Subject: nt_mount.h: struct _nt_mount_point_reparse_buffer: fix typedef typo. --- include/ntapi/nt_mount.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- cgit v1.2.3