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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user