diff options
Diffstat (limited to 'plugins/MyDetails/options.cpp')
-rw-r--r-- | plugins/MyDetails/options.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/MyDetails/options.cpp b/plugins/MyDetails/options.cpp index 10f3823c0b..a8cf27ead3 100644 --- a/plugins/MyDetails/options.cpp +++ b/plugins/MyDetails/options.cpp @@ -72,7 +72,7 @@ void LoadOptions() RefreshFrameAndCalcRects();
}
-static LRESULT CALLBACK DlgProcOpts(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam)
+static INT_PTR CALLBACK DlgProcOpts(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam)
{
BOOL ret = SaveOptsDlgProc(pageControls, SIZEOF(pageControls), MODULE_NAME, hwndDlg, msg, wParam, lParam);
|