Skip to content

Commit

Permalink
gh-99726: Fix order of recently added fields for FILE_STAT_BASIC_INFO…
Browse files Browse the repository at this point in the history
…RMATION (GH-102976)
  • Loading branch information
zooba authored Mar 23, 2023
1 parent 0444ae2 commit f1e3eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Include/internal/pycore_fileutils_windows.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit f1e3eee

Please sign in to comment.