mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 08:23:05 -05:00
inc: don't redeclare _FILE_FULL_EA_INFORMATION for mingw
mingw-w64 declares _FILE_FULL_EA_INFORMATION since Jan 18, 2010 [1].
The change allows the winfsp client library to be consumed by projects built with mingw.
[1]: afd1465722
This commit is contained in:
parent
a27994289d
commit
f62aa00a1e
@ -91,6 +91,7 @@ typedef struct _REPARSE_DATA_BUFFER
|
||||
#if !defined(FILE_NEED_EA)
|
||||
#define FILE_NEED_EA 0x00000080
|
||||
#endif
|
||||
#if !defined(__MINGW32__)
|
||||
typedef struct _FILE_FULL_EA_INFORMATION
|
||||
{
|
||||
ULONG NextEntryOffset;
|
||||
@ -99,6 +100,7 @@ typedef struct _FILE_FULL_EA_INFORMATION
|
||||
USHORT EaValueLength;
|
||||
CHAR EaName[1];
|
||||
} FILE_FULL_EA_INFORMATION, *PFILE_FULL_EA_INFORMATION;
|
||||
#endif
|
||||
|
||||
/**
|
||||
* @group File System
|
||||
|
Loading…
x
Reference in New Issue
Block a user