win: fix order of FILE_STAT_BASIC_INFORMATION struct fields
This commit is contained in:
parent
e399e00e78
commit
abe59d6319
@ -4145,8 +4145,8 @@ typedef struct _FILE_STAT_BASIC_INFORMATION {
|
|||||||
ULONG DeviceType;
|
ULONG DeviceType;
|
||||||
ULONG DeviceCharacteristics;
|
ULONG DeviceCharacteristics;
|
||||||
ULONG Reserved;
|
ULONG Reserved;
|
||||||
FILE_ID_128 FileId128;
|
|
||||||
LARGE_INTEGER VolumeSerialNumber;
|
LARGE_INTEGER VolumeSerialNumber;
|
||||||
|
FILE_ID_128 FileId128;
|
||||||
} FILE_STAT_BASIC_INFORMATION;
|
} FILE_STAT_BASIC_INFORMATION;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user