mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
gh-99726: Fix order of recently added fields for FILE_STAT_BASIC_INFORMATION (GH-102976)
This commit is contained in:
parent
0444ae2487
commit
f1e3eeebc0
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue