diff options
Diffstat (limited to 'src/Mount/Mount.h')
-rw-r--r-- | src/Mount/Mount.h | 1 |
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
}
|