diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2017-05-14 11:42:52 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2017-05-15 01:16:40 +0200 |
commit | 817ffac87ea49147f0c82b00d0c5e2d0f38f7fc3 (patch) | |
tree | 15ad9b28c5ea6953b461ff5d6631adb79d567eb9 /src/Common/Dlgcode.h | |
parent | 5e1fffa87191c3566bcbe20c6e8d29d5f21651d5 (diff) | |
download | VeraCrypt-817ffac87ea49147f0c82b00d0c5e2d0f38f7fc3.tar.gz VeraCrypt-817ffac87ea49147f0c82b00d0c5e2d0f38f7fc3.zip |
Replace Codeplex links by ones on veracrypt.fr
Diffstat (limited to 'src/Common/Dlgcode.h')
-rw-r--r-- | src/Common/Dlgcode.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Common/Dlgcode.h b/src/Common/Dlgcode.h index a1930f67..8d92cf40 100644 --- a/src/Common/Dlgcode.h +++ b/src/Common/Dlgcode.h @@ -336,6 +336,7 @@ BOOL UpdateDriveCustomLabel (int driveNo, wchar_t* effectiveLabel, BOOL bSetValu BOOL CheckCapsLock (HWND hwnd, BOOL quiet); BOOL CheckFileExtension (wchar_t *fileName); void CorrectFileName (wchar_t* fileName); +void CorrectURL (wchar_t* fileName); void IncreaseWrongPwdRetryCount (int count); void ResetWrongPwdRetryCount (void); BOOL WrongPwdRetryCountOverLimit (void); |