1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-11 11:08:02 -06:00

Windows driver: move newly added field in VOLUME_PROPERTIES_STRUCT to the end for compatibility with previous version.

This commit is contained in:
Mounir IDRASSI
2018-12-30 09:39:41 +01:00
parent 2e2d3e9596
commit 11f0b99846

View File

@@ -210,7 +210,6 @@ typedef struct
BOOL hiddenVolume; BOOL hiddenVolume;
BOOL readOnly; BOOL readOnly;
BOOL removable; BOOL removable;
BOOL mountDisabled;
BOOL partitionInInactiveSysEncScope; BOOL partitionInInactiveSysEncScope;
uint32 volumeHeaderFlags; uint32 volumeHeaderFlags;
unsigned __int64 totalBytesRead; unsigned __int64 totalBytesRead;
@@ -221,6 +220,7 @@ typedef struct
wchar_t wszLabel[33]; wchar_t wszLabel[33];
BOOL bDriverSetLabel; BOOL bDriverSetLabel;
unsigned char volumeID[VOLUME_ID_SIZE]; unsigned char volumeID[VOLUME_ID_SIZE];
BOOL mountDisabled;
} VOLUME_PROPERTIES_STRUCT; } VOLUME_PROPERTIES_STRUCT;
typedef struct typedef struct