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:
authorCorinna Vinschen <corinna@vinschen.de>2006-02-19 13:56:20 +0300
committerCorinna Vinschen <corinna@vinschen.de>2006-02-19 13:56:20 +0300
commit84a447aa089362340d143912a7eeb9170400ceee (patch)
tree8c1e1a9eb9c01b0f4e787de21e1e16b1f102fb5b /winsup/w32api/include
parent25109ea7f31fbacf91812854026b40a26d8d04fa (diff)
* include/ddk/ntifs.h (FILE_ID_FULL_DIRECTORY_INFORMATION): Add filler
value to force correct alignment.
Diffstat (limited to 'winsup/w32api/include')
-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;