1
0
mirror of https://github.com/libuv/libuv synced 2025-03-28 21:13:16 +00:00

win: fix order of FILE_STAT_BASIC_INFORMATION struct fields

This commit is contained in:
Hüseyin Açacak 2025-02-10 13:09:55 +03:00 committed by Saúl Ibarra Corretgé
parent e399e00e78
commit abe59d6319

View File

@ -4145,8 +4145,8 @@ typedef struct _FILE_STAT_BASIC_INFORMATION {
ULONG DeviceType;
ULONG DeviceCharacteristics;
ULONG Reserved;
FILE_ID_128 FileId128;
LARGE_INTEGER VolumeSerialNumber;
FILE_ID_128 FileId128;
} FILE_STAT_BASIC_INFORMATION;
#endif