From db8b815e030a26624fe80150ec6775ac716647cf Mon Sep 17 00:00:00 2001 From: "george.hazan" Date: Fri, 22 Apr 2011 13:36:58 +0000 Subject: patch for 64-bit compilation (by wishmaster) git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@13 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb --- gtalkext/notifications.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtalkext/notifications.cpp') diff --git a/gtalkext/notifications.cpp b/gtalkext/notifications.cpp index a47a2bf..70c15ce 100644 --- a/gtalkext/notifications.cpp +++ b/gtalkext/notifications.cpp @@ -103,7 +103,7 @@ void MarkEventRead(HANDLE hCnt, HANDLE hEvt) } -INT_PTR OnEventDeleted(WPARAM hContact, LPARAM hDbEvent, LPARAM wnd) +int OnEventDeleted(WPARAM hContact, LPARAM hDbEvent, LPARAM wnd) { if (DBGetContactSettingByte((HANDLE)hContact, SHORT_PLUGIN_NAME, PSEUDOCONTACT_FLAG, 0)) { CallService(MS_CLIST_REMOVEEVENT, hContact, hDbEvent); -- cgit v1.2.3