diff --git a/include/ntapi/nt_file.h b/include/ntapi/nt_file.h index e1f3e1a..4f60bd5 100644 --- a/include/ntapi/nt_file.h +++ b/include/ntapi/nt_file.h @@ -729,6 +729,7 @@ typedef struct _nt_file_id_both_dir_information { char short_name_length; char reserved; wchar16_t short_name[12]; + wchar16_t pad; nt_large_integer file_id; wchar16_t file_name[]; } nt_file_id_both_dir_information, nt_fsdirent;