diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2015-05-17 12:14:58 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2015-05-17 12:16:16 +0200 |
commit | f72125ea71f98d0147bb742b48d1097844949c9e (patch) | |
tree | 836b63959937bb846553f7f851be9e5e405c1ea0 /src/Format/Tcformat.h | |
parent | 4695920b41e969bed138bfe2fe0d877b2abb36f6 (diff) | |
download | VeraCrypt-f72125ea71f98d0147bb742b48d1097844949c9e.tar.gz VeraCrypt-f72125ea71f98d0147bb742b48d1097844949c9e.zip |
Windows: First implementation of non-system volumes decryption.
Diffstat (limited to 'src/Format/Tcformat.h')
-rw-r--r-- | src/Format/Tcformat.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Format/Tcformat.h b/src/Format/Tcformat.h index 77579f54..15a81534 100644 --- a/src/Format/Tcformat.h +++ b/src/Format/Tcformat.h @@ -42,6 +42,7 @@ void DisplaySizingErrorText ( HWND hwndTextBox ); void EnableDisableFileNext ( HWND hComboBox , HWND hMainButton );
BOOL QueryFreeSpace ( HWND hwndDlg , HWND hwndTextBox , BOOL display );
static BOOL FinalPreTransformPrompts (void);
+void UpdateLastDialogId (void);
void HandleOldAssignedDriveLetter (void);
void AddCipher ( HWND hComboBox , char *lpszCipher , int nCipher );
BOOL CALLBACK PageDialogProc ( HWND hwndDlg , UINT uMsg , WPARAM wParam , LPARAM lParam );
@@ -90,6 +91,7 @@ extern volatile BOOL bVolTransformThreadCancel; extern volatile BOOL bInPlaceEncNonSysResumed;
extern volatile BOOL bFirstNonSysInPlaceEncResumeDone;
extern volatile BOOL bInPlaceEncNonSys;
+extern volatile BOOL bInPlaceDecNonSys;
extern __int64 NonSysInplaceEncBytesDone;
extern __int64 NonSysInplaceEncTotalSize;
extern int nPbar;
|