summaryrefslogtreecommitdiff
path: root/plugins/VoiceService/src/services.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2020-01-21 19:04:27 +0300
committerGeorge Hazan <ghazan@miranda.im>2020-01-21 19:04:27 +0300
commit9aa5329a4b4077970571f40f79486a3a1bf3e9f8 (patch)
treeee4e08d2bdc519d6df1e9fdcf8751d0e4d67af95 /plugins/VoiceService/src/services.cpp
parent1a2103e23c5b65c9a4e5eb6cc84b23f8395a0ebd (diff)
compilation fix for 32 bit version
Diffstat (limited to 'plugins/VoiceService/src/services.cpp')
-rw-r--r--plugins/VoiceService/src/services.cpp2
1 files changed, 1 insertions, 1 deletions
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);