diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2022-12-11 13:01:14 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2022-12-11 13:01:14 +0100 |
commit | 44c9c077f379e65ef45952e1e78059cdec2fa36f (patch) | |
tree | 809378a9c00b2ef9b40e49617c3d4b612d81b6ef /src/Format/Tcformat.h | |
parent | c0ff7a7c521b1d658316d9a177383ab0c403007a (diff) | |
download | VeraCrypt-44c9c077f379e65ef45952e1e78059cdec2fa36f.tar.gz VeraCrypt-44c9c077f379e65ef45952e1e78059cdec2fa36f.zip |
Revert "New sys enc wizard (#957)"
This reverts commit c0ff7a7c521b1d658316d9a177383ab0c403007a.
Diffstat (limited to 'src/Format/Tcformat.h')
-rw-r--r-- | src/Format/Tcformat.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/Format/Tcformat.h b/src/Format/Tcformat.h index a8237521..f9328afd 100644 --- a/src/Format/Tcformat.h +++ b/src/Format/Tcformat.h @@ -104,14 +104,6 @@ extern wchar_t HeaderKeyGUIView [KEY_GUI_VIEW_SIZE]; extern wchar_t MasterKeyGUIView [KEY_GUI_VIEW_SIZE]; extern volatile int NonSysInplaceEncStatus; -BOOL CALLBACK AdvanceDlgProc (HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam); -BOOL CALLBACK FinishDlgProc (HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam); -void AddComboPairW (HWND hComboBox, const wchar_t *lpszItem, int value); -int PrintStrongness (char* input, unsigned int length); -BOOL CheckWord (char search[]); -BOOL CALLBACK AdvanceDlgProcIntro (HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam); -void CreateToolTip (HWND hWndParent, HWND hControlItem, PTSTR pszText); - #ifdef __cplusplus } #endif |