diff --git a/Contributors.asciidoc b/Contributors.asciidoc index 733aa0ae..d598f008 100644 --- a/Contributors.asciidoc +++ b/Contributors.asciidoc @@ -65,6 +65,7 @@ CONTRIBUTOR LIST |Gal Hammer (Red Hat, https://www.redhat.com) |ghammer at redhat.com |John Oberschelp |john at oberschelp.net |John Tyner |jtyner at gmail.com +|Paweł Wegner (Google LLC, https://google.com) |lemourin at google.com |Pedro Frejo (Arpa System, https://arpasystem.com) |pedro.frejo at arpasystem.com |Sam Kelly (DuroSoft Technologies LLC, https://durosoft.com) |sam at durosoft.com |Santiago Ganis |sganis at gmail.com diff --git a/inc/winfsp/winfsp.h b/inc/winfsp/winfsp.h index ff07e0b3..d573538c 100644 --- a/inc/winfsp/winfsp.h +++ b/inc/winfsp/winfsp.h @@ -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