From 11f0b99846e9ca497284b57425a845474f1c39bf Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sun, 30 Dec 2018 09:39:41 +0100 Subject: Windows driver: move newly added field in VOLUME_PROPERTIES_STRUCT to the end for compatibility with previous version. --- src/Common/Apidrvr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Common/Apidrvr.h b/src/Common/Apidrvr.h index 5c6de908..2043a211 100644 --- a/src/Common/Apidrvr.h +++ b/src/Common/Apidrvr.h @@ -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 -- cgit v1.2.3