From 4e741d81aa1b6b915f50b6a882fcca5f78c69f52 Mon Sep 17 00:00:00 2001 From: Vincent Lucas Date: Fri, 1 Mar 2013 19:29:42 +0000 Subject: New version of the jmsoutlookaddrbook.dll. Corrects wrong cast. --- src/native/addrbook/msoutlook/MAPINotification.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/native/addrbook/msoutlook') diff --git a/src/native/addrbook/msoutlook/MAPINotification.cxx b/src/native/addrbook/msoutlook/MAPINotification.cxx index efa0d5f..eed80e0 100644 --- a/src/native/addrbook/msoutlook/MAPINotification.cxx +++ b/src/native/addrbook/msoutlook/MAPINotification.cxx @@ -434,7 +434,7 @@ ULONG MAPINotification_registerNotifyMessageDataBase(LPMDB iUnknown) (LPENTRYID) NULL, MAPINotification_EVENT_MASK, adviseSink, - (ULONG_PTR *) &nbConnection); + (ULONG *) &nbConnection); return nbConnection; } @@ -453,7 +453,7 @@ ULONG MAPINotification_registerNotifyTable(LPMAPITABLE iUnknown) iUnknown->Advise( fnevTableModified, adviseSink, - (ULONG_PTR *) &nbConnection); + (ULONG *) &nbConnection); return nbConnection; } -- cgit v1.1