diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/win/winapi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/win/winapi.h b/src/win/winapi.h index 47c34622..b9c9f1ab 100644 --- a/src/win/winapi.h +++ b/src/win/winapi.h @@ -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 |