From 143bd800a6dce8e3c54266fea5af57319754e641 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 1 Apr 2020 21:04:26 +0300 Subject: compilation fix for 32-bit version --- plugins/Clist_blind/src/init.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Clist_blind/src/init.cpp b/plugins/Clist_blind/src/init.cpp index ccd09657e2..55808a265e 100644 --- a/plugins/Clist_blind/src/init.cpp +++ b/plugins/Clist_blind/src/init.cpp @@ -306,7 +306,7 @@ LRESULT CALLBACK ContactListWndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM l ///////////////////////////////////////////////////////////////////////////////////////// -INT_PTR CALLBACK ContactListControlSubclass(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) +LRESULT CALLBACK ContactListControlSubclass(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) { if (msg == WM_CHAR) { coreCli.pfnContactListControlWndProc(GetParent(hwnd), msg, wParam, lParam); -- cgit v1.2.3