From 7fb5af6ada48815c73b22a45b55fafc68a322f87 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sun, 22 Feb 2015 00:50:29 +0100 Subject: Windows: Add menu option to set default hash and default TrueCrypt mode used for mounting volumes (Menu Settings -> Default Mount Parameters) --- src/Mount/Mount.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Mount/Mount.h') diff --git a/src/Mount/Mount.h b/src/Mount/Mount.h index 00552da0..6c3cf01e 100644 --- a/src/Mount/Mount.h +++ b/src/Mount/Mount.h @@ -110,6 +110,7 @@ uint32 ReadDriverConfigurationFlags (); void AnalyzeKernelMiniDump (HWND hwndDlg); void HookMouseWheel (HWND hwndDlg, UINT ctrlId); static BOOL HandleDriveListMouseWheelEvent (UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL bListMustBePointed); +static BOOL CALLBACK DefaultMountParametersDlgProc (HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam); #ifdef __cplusplus } -- cgit v1.2.3