Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/w32api/include/ddk/ntifs.h')
-rw-r--r--winsup/w32api/include/ddk/ntifs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/w32api/include/ddk/ntifs.h b/winsup/w32api/include/ddk/ntifs.h
index 4737a4254..ae1ca94a4 100644
--- a/winsup/w32api/include/ddk/ntifs.h
+++ b/winsup/w32api/include/ddk/ntifs.h
@@ -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;