VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Mount/Mount.h
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2015-02-22 00:50:29 +0100
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2015-02-22 01:03:22 +0100
commit7fb5af6ada48815c73b22a45b55fafc68a322f87 (patch)
tree83586d2b2de78f557538e87d10348bd880d5ec5d /src/Mount/Mount.h
parentcb9859fa0e061fa3b068447c3860588cf3522f4e (diff)
downloadVeraCrypt-7fb5af6ada48815c73b22a45b55fafc68a322f87.tar.gz
VeraCrypt-7fb5af6ada48815c73b22a45b55fafc68a322f87.zip
Windows: Add menu option to set default hash and default TrueCrypt mode used for mounting volumes (Menu Settings -> Default Mount Parameters)
Diffstat (limited to 'src/Mount/Mount.h')
-rw-r--r--src/Mount/Mount.h1
1 files changed, 1 insertions, 0 deletions
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
}