New version of the jmsoutlookaddrbook.dll. Corrects wrong cast.

cusax-fix
Vincent Lucas 13 years ago
parent 85e6d5fc38
commit 4e741d81aa

@ -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;
}

Loading…
Cancel
Save