summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2020-04-01 21:04:26 +0300
committerGeorge Hazan <ghazan@miranda.im>2020-04-01 21:04:26 +0300
commit143bd800a6dce8e3c54266fea5af57319754e641 (patch)
tree5cb8507ec3790bf67e8180b1873a40e0bbda39e1
parent8ef16c293a400ac8020309e43c08c5b4272e8504 (diff)
compilation fix for 32-bit version
-rw-r--r--plugins/Clist_blind/src/init.cpp2
1 files changed, 1 insertions, 1 deletions
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);