diff options
Diffstat (limited to 'src/Common')
-rw-r--r-- | src/Common/Apidrvr.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |