diff options
author | george.hazan <george.hazan@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-04-22 13:36:58 +0000 |
---|---|---|
committer | george.hazan <george.hazan@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-04-22 13:36:58 +0000 |
commit | db8b815e030a26624fe80150ec6775ac716647cf (patch) | |
tree | 228fabde6179b62e481c73096d951e4413f597cb /gtalkext/notifications.cpp | |
parent | 4283465f23806ae4b8ad7344949f55698c16a203 (diff) |
patch for 64-bit compilation (by wishmaster)
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@13 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'gtalkext/notifications.cpp')
-rw-r--r-- | gtalkext/notifications.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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);
|