* include/ddk/ntifs.h (FILE_ID_FULL_DIRECTORY_INFORMATION): Add filler

value to force correct alignment.
This commit is contained in:
Corinna Vinschen 2006-02-19 10:56:20 +00:00
parent 25109ea7f3
commit 84a447aa08
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2006-02-19 Corinna Vinschen <corinna@vinschen.de>
* include/ddk/ntifs.h (FILE_ID_FULL_DIRECTORY_INFORMATION): Add filler
value to force correct alignment.
2006-02-19 Danny Smith <dannysmith@users.sourceforge.net>
* include/commctrl.h (LPNMLVCACHEHINT): Correct spelling.

View File

@ -952,6 +952,7 @@ typedef struct _FILE_ID_FULL_DIRECTORY_INFORMATION {
ULONG FileAttributes;
ULONG FileNameLength;
ULONG EaSize;
ULONG __filler;
LARGE_INTEGER FileId;
WCHAR FileName[0];
} FILE_ID_FULL_DIRECTORY_INFORMATION, *PFILE_ID_FULL_DIRECTORY_INFORMATION;