diff options
Diffstat (limited to 'src/native/addrbook/msoutlook')
-rw-r--r-- | src/native/addrbook/msoutlook/MAPINotification.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
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;
}
|