VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common/Dlgcode.h
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2019-12-13 00:07:25 +0100
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2019-12-13 00:08:17 +0100
commit1fd097c666be570fedf612ed7caa7e809881e072 (patch)
treedd654ffdb96fba0fab3703d823cab07b2336b6c8 /src/Common/Dlgcode.h
parent2a93826497f10540034a430add272c1d71a25eba (diff)
downloadVeraCrypt-1fd097c666be570fedf612ed7caa7e809881e072.tar.gz
VeraCrypt-1fd097c666be570fedf612ed7caa7e809881e072.zip
Windows: check "TrueCrypt Mode" in password dialog when mounting a file container with .tc extension
Diffstat (limited to 'src/Common/Dlgcode.h')
-rw-r--r--src/Common/Dlgcode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Common/Dlgcode.h b/src/Common/Dlgcode.h
index 5da717fe..f387bf71 100644
--- a/src/Common/Dlgcode.h
+++ b/src/Common/Dlgcode.h
@@ -351,6 +351,7 @@ BOOL CloseVolumeExplorerWindows (HWND hwnd, int driveNo);
BOOL UpdateDriveCustomLabel (int driveNo, wchar_t* effectiveLabel, BOOL bSetValue);
BOOL CheckCapsLock (HWND hwnd, BOOL quiet);
BOOL CheckFileExtension (wchar_t *fileName);
+BOOL IsTrueCryptFileExtension (wchar_t *fileName);
void CorrectFileName (wchar_t* fileName);
void CorrectURL (wchar_t* fileName);
void IncreaseWrongPwdRetryCount (int count);