From 9aa5329a4b4077970571f40f79486a3a1bf3e9f8 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 21 Jan 2020 19:04:27 +0300 Subject: compilation fix for 32 bit version --- plugins/VoiceService/src/services.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/VoiceService/src/services.cpp') diff --git a/plugins/VoiceService/src/services.cpp b/plugins/VoiceService/src/services.cpp index cb1cb7fa08..0c8f4c9d3a 100644 --- a/plugins/VoiceService/src/services.cpp +++ b/plugins/VoiceService/src/services.cpp @@ -21,7 +21,7 @@ Boston, MA 02111-1307, USA. ///////////////////////////////////////////////////////////////////////////////////////// -static LRESULT CALLBACK DlgProcNewCall(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam) +static INT_PTR CALLBACK DlgProcNewCall(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam) { VoiceCall *call = (VoiceCall *)GetWindowLongPtr(hwndDlg, GWLP_USERDATA); -- cgit v1.2.3