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
No known key found for this signature in database
GPG Key ID: 02C30AE90FAE4A6F
1 changed files with 1 additions and 1 deletions

View File

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