diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2012-09-07 15:37:01 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2012-09-07 15:37:01 +0000 |
commit | bdf69f6310f09c90c20512ebe9dfa73ec524da59 (patch) | |
tree | 3a9b0372ed8f409ed91e955027c6a259f2517789 /plugins/UserInfoEx/src/dlg_msgbox.h | |
parent | 91aff9f4b3e7ca761b42f89d58d72a938c9a4414 (diff) |
-minor signature fixes
-fixed path to precompiled headers
git-svn-id: http://svn.miranda-ng.org/main/trunk@1545 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/UserInfoEx/src/dlg_msgbox.h')
-rw-r--r-- | plugins/UserInfoEx/src/dlg_msgbox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/UserInfoEx/src/dlg_msgbox.h b/plugins/UserInfoEx/src/dlg_msgbox.h index 6b01cd55bf..683a57c63a 100644 --- a/plugins/UserInfoEx/src/dlg_msgbox.h +++ b/plugins/UserInfoEx/src/dlg_msgbox.h @@ -98,6 +98,6 @@ INT_PTR CALLBACK MsgBox(HWND hParent, UINT uType, LPTSTR pszTitle, LPTSTR pszInf INT_PTR CALLBACK MsgErr(HWND hParent, LPCTSTR pszFormat, ...);
INT_PTR MsgBoxService(WPARAM wParam, LPARAM lParam);
-INT_PTR CALLBACK PopupProc(HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lParam);
+LRESULT CALLBACK PopupProc(HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lParam);
#endif /* _SVC_DLG_INCLUDED_ */
\ No newline at end of file |