diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2015-05-06 20:38:30 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2015-05-06 23:31:37 +0200 |
commit | b3646b323763441359cb953ebd78ef22f9ce428e (patch) | |
tree | 47d9e483ba587d0708c7bb58bf0aabb0884a1feb /src/Format/Tcformat.h | |
parent | 061292130d7a5342077d8edb58600a538641cda1 (diff) | |
download | VeraCrypt-b3646b323763441359cb953ebd78ef22f9ce428e.tar.gz VeraCrypt-b3646b323763441359cb953ebd78ef22f9ce428e.zip |
Windows: Solve detection issue when resuming encryption. Add separate logic for manual selection of device and display error message in case of failure.
Diffstat (limited to 'src/Format/Tcformat.h')
-rw-r--r-- | src/Format/Tcformat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Format/Tcformat.h b/src/Format/Tcformat.h index cea36ccd..77579f54 100644 --- a/src/Format/Tcformat.h +++ b/src/Format/Tcformat.h @@ -94,6 +94,7 @@ extern __int64 NonSysInplaceEncBytesDone; extern __int64 NonSysInplaceEncTotalSize;
extern int nPbar;
extern volatile int WizardMode;
+extern volatile BOOL bInPlaceEncNonSysResumed;
extern char HeaderKeyGUIView [KEY_GUI_VIEW_SIZE];
extern char MasterKeyGUIView [KEY_GUI_VIEW_SIZE];
|