diff options
author | George Hazan <george.hazan@gmail.com> | 2012-07-19 22:07:11 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-07-19 22:07:11 +0000 |
commit | f6e0db0590e2f8feeacc29d4e50007fbe358f9d5 (patch) | |
tree | 14589005a30f36b4eb535c1cdec0ecf329393d78 /plugins/MyDetails/options.cpp | |
parent | dee36970ee737161ae47b55d58528e23c1c5f6cf (diff) |
valid DlgProc declarations
git-svn-id: http://svn.miranda-ng.org/main/trunk@1060 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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);
|