From 74e14c070fb5bebe5258dde72e879fe7be1e43cf Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Wed, 23 Oct 2019 00:22:31 +0200 Subject: Windows: A Quick Expand option to VeraCrypt Expander to allow quicker expansion of file containers after warning about security issues associated with it. --- src/ExpandVolume/ExpandVolume.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/ExpandVolume/ExpandVolume.h') diff --git a/src/ExpandVolume/ExpandVolume.h b/src/ExpandVolume/ExpandVolume.h index 5f4eb7f1..668eb79d 100644 --- a/src/ExpandVolume/ExpandVolume.h +++ b/src/ExpandVolume/ExpandVolume.h @@ -40,6 +40,8 @@ typedef struct BOOL bIsDevice; BOOL bIsLegacy; BOOL bInitFreeSpace; + BOOL bQuickExpand; + BOOL bDisableQuickExpand; Password *pVolumePassword; int VolumePkcs5; int VolumePim; -- cgit v1.2.3