From 68d3fd47bb9b75e65859d14199ffee01f16ac9a7 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 10 Feb 2014 20:47:51 +0000 Subject: HCONTACT is not needed anymore git-svn-id: http://svn.miranda-ng.org/main/trunk@8086 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/UserInfoEx/src/svc_avatar.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'plugins/UserInfoEx/src/svc_avatar.cpp') diff --git a/plugins/UserInfoEx/src/svc_avatar.cpp b/plugins/UserInfoEx/src/svc_avatar.cpp index 38b3897a43..c6edeaab85 100644 --- a/plugins/UserInfoEx/src/svc_avatar.cpp +++ b/plugins/UserInfoEx/src/svc_avatar.cpp @@ -50,7 +50,7 @@ namespace NServices * * **/ - static void SetZodiacAvatar(HCONTACT hContact) + static void SetZodiacAvatar(MCONTACT hContact) { MAnnivDate mtb; @@ -76,7 +76,7 @@ namespace NServices } } - void DeleteAvatar(HCONTACT hContact) + void DeleteAvatar(MCONTACT hContact) { if (hContact && db_get_b(hContact, "ContactPhoto", "IsZodiac", FALSE)) { @@ -94,7 +94,7 @@ namespace NServices * * **/ - static int OnAvatarChanged(HCONTACT hContact, AVATARCACHEENTRY *ace) + static int OnAvatarChanged(MCONTACT hContact, AVATARCACHEENTRY *ace) { if (hContact) { @@ -127,7 +127,7 @@ namespace NServices **/ void Enable(BYTE bEnable) { - HCONTACT hContact; + MCONTACT hContact; DBVARIANT dbv; if (bEnable && !ghChangedHook) -- cgit v1.2.3