mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 12:23:31 +00:00
- Minor correction to FILE_FULL_EA_INFORMATION prototype
svn path=/trunk/; revision=8071
This commit is contained in:
@@ -801,7 +801,7 @@ typedef struct _FILE_FULL_EA_INFORMATION
|
||||
UCHAR Flags;
|
||||
UCHAR EaNameLength;
|
||||
USHORT EaValueLength;
|
||||
CHAR EaName[0];
|
||||
CHAR EaName[1];
|
||||
} FILE_FULL_EA_INFORMATION, *PFILE_FULL_EA_INFORMATION;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user