From 4e2a8eb11a9a4286eb0bcb3386bab58e87ae4b69 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 28 Feb 2015 10:30:20 +0000 Subject: compilation fix git-svn-id: http://svn.miranda-ng.org/main/trunk@12283 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Tox/src/tox_contacts.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'protocols/Tox/src/tox_contacts.cpp') diff --git a/protocols/Tox/src/tox_contacts.cpp b/protocols/Tox/src/tox_contacts.cpp index fdcc378691..c972a2c07c 100644 --- a/protocols/Tox/src/tox_contacts.cpp +++ b/protocols/Tox/src/tox_contacts.cpp @@ -152,7 +152,7 @@ void CToxProto::LoadFriendList(void*) } } -int CToxProto::OnRequestAuth(MCONTACT hContact, LPARAM lParam) +INT_PTR CToxProto::OnRequestAuth(WPARAM hContact, LPARAM lParam) { if (!IsOnline()) { @@ -182,7 +182,7 @@ int CToxProto::OnRequestAuth(MCONTACT hContact, LPARAM lParam) return 0; } -int CToxProto::OnGrantAuth(MCONTACT hContact, LPARAM) +INT_PTR CToxProto::OnGrantAuth(WPARAM hContact, LPARAM) { if (!IsOnline()) { -- cgit v1.2.3