diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2015-01-27 16:01:17 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2015-02-08 10:07:36 +0100 |
commit | 35497f87a7893a921a0d34aede02184c4ac72c82 (patch) | |
tree | 0d4c1f23e05f6bbe69b3fe25ad75dfa749d35f04 /src/Mount | |
parent | d01fa1198337f0f088c2b61484eb6678bb363598 (diff) | |
download | VeraCrypt-35497f87a7893a921a0d34aede02184c4ac72c82.tar.gz VeraCrypt-35497f87a7893a921a0d34aede02184c4ac72c82.zip |
Activate support of mounting TrueCrypt system partitions.
Diffstat (limited to 'src/Mount')
-rw-r--r-- | src/Mount/Mount.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Mount/Mount.c b/src/Mount/Mount.c index 36994ee0..c6feb3b5 100644 --- a/src/Mount/Mount.c +++ b/src/Mount/Mount.c @@ -2173,10 +2173,6 @@ BOOL CALLBACK PasswordDlgProc (HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lPa case TC_APPMSG_PREBOOT_PASSWORD_MODE:
{
- /* No support for mounting TrueCrypt system partition */
- SetCheckBox (hwndDlg, IDC_TRUECRYPT_MODE, FALSE);
- EnableWindow (GetDlgItem (hwndDlg, IDC_TRUECRYPT_MODE), FALSE);
-
/* Repopulate the PRF algorithms list with algorithms that support system encryption */
HWND hComboBox = GetDlgItem (hwndDlg, IDC_PKCS5_PRF_ID);
SendMessage (hComboBox, CB_RESETCONTENT, 0, 0);
|