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
2019-01-09 00:29:57 +01:00
parent 2e2d3e9596
commit 11f0b99846
+1 -1
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