From 2e9daaee6cdf51423daa89b1dbae37e1424d549f Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sun, 24 Jun 2012 13:51:19 +0000 Subject: Scriver: x64 compilation fix git-svn-id: http://svn.miranda-ng.org/main/trunk@603 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Scriver/chat/options.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Scriver/chat') diff --git a/plugins/Scriver/chat/options.cpp b/plugins/Scriver/chat/options.cpp index 29bb385db0..a54a1734af 100644 --- a/plugins/Scriver/chat/options.cpp +++ b/plugins/Scriver/chat/options.cpp @@ -373,7 +373,7 @@ INT_PTR CALLBACK DlgProcOptions1(HWND hwndDlg,UINT uMsg,WPARAM wParam,LPARAM lPa return FALSE; } -BOOL CALLBACK DlgProcOptions2(HWND hwndDlg,UINT uMsg,WPARAM wParam,LPARAM lParam) +INT_PTR CALLBACK DlgProcOptions2(HWND hwndDlg,UINT uMsg,WPARAM wParam,LPARAM lParam) { static HTREEITEM hListHeading2= 0; static HTREEITEM hListHeading3= 0; -- cgit v1.2.3