VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common/Dlgcode.h
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2022-12-11 13:01:14 +0100
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2022-12-11 13:01:14 +0100
commit44c9c077f379e65ef45952e1e78059cdec2fa36f (patch)
tree809378a9c00b2ef9b40e49617c3d4b612d81b6ef /src/Common/Dlgcode.h
parentc0ff7a7c521b1d658316d9a177383ab0c403007a (diff)
downloadVeraCrypt-44c9c077f379e65ef45952e1e78059cdec2fa36f.tar.gz
VeraCrypt-44c9c077f379e65ef45952e1e78059cdec2fa36f.zip
Revert "New sys enc wizard (#957)"
This reverts commit c0ff7a7c521b1d658316d9a177383ab0c403007a.
Diffstat (limited to 'src/Common/Dlgcode.h')
-rw-r--r--src/Common/Dlgcode.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Common/Dlgcode.h b/src/Common/Dlgcode.h
index d9bc3374..362b2d6d 100644
--- a/src/Common/Dlgcode.h
+++ b/src/Common/Dlgcode.h
@@ -282,9 +282,6 @@ typedef NTSTATUS (WINAPI *NtQuerySystemInformationFn)(
#define ISO_BURNER_TOOL L"isoburn.exe"
#define PRINT_TOOL L"notepad.exe"
-
-BOOL CheckIsIMESupported ();
-
void InitGlobalLocks ();
void FinalizeGlobalLocks ();
void cleanup ( void );
@@ -377,7 +374,6 @@ BOOL CALLBACK CipherTestDialogProc ( HWND hwndDlg , UINT uMsg , WPARAM wParam ,
void ResetCipherTest ( HWND hwndDlg , int idTestCipher );
void ResetCurrentDirectory ();
BOOL BrowseFiles (HWND hwndDlg, char *stringId, wchar_t *lpszFileName, BOOL keepHistory, BOOL saveMode, wchar_t *browseFilter);
-BOOL BrowseFile (HWND hwndDlg, char *stringId, wchar_t *initialDir);
BOOL BrowseDirectories (HWND hWnd, char *lpszTitle, wchar_t *dirName);
void handleError ( HWND hwndDlg , int code, const char* srcPos );
BOOL CheckFileStreamWriteErrors (HWND hwndDlg, FILE *file, const wchar_t *fileName);