mirror of https://github.com/python/cpython
gh-99726: Fix order of recently added fields for FILE_STAT_BASIC_INFORMATION (GH-102976)
This commit is contained in:
parent
0444ae2487
commit
f1e3eeebc0
|
@ -25,8 +25,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;
|
||||
|
||||
typedef enum _FILE_INFO_BY_NAME_CLASS {
|
||||
|
|
Loading…
Reference in New Issue