Signed-off-by: Jacek Caban <ja...@codeweavers.com> --- mingw-w64-headers/include/winnt.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/mingw-w64-headers/include/winnt.h b/mingw-w64-headers/include/winnt.h index 8fb26a1a..cb7f7155 100644 --- a/mingw-w64-headers/include/winnt.h +++ b/mingw-w64-headers/include/winnt.h @@ -4979,8 +4979,7 @@ __buildmemorybarrier() #define FILE_SUPPORTS_INTEGRITY_STREAMS 0x04000000 typedef struct FILE_ID_128 { - ULONGLONG LowPart; - ULONGLONG HighPart; + BYTE Identifier[16]; } FILE_ID_128, *PFILE_ID_128; typedef struct _FILE_NOTIFY_INFORMATION {
_______________________________________________ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public