From 2d3b4b958926b3ed7d4a5d997121fe91a12f83cc Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 7 Nov 2021 19:24:53 +0300 Subject: update for system includes & import libraries --- plugins/Import/src/dbrw/dbevents.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/Import/src/dbrw/dbevents.cpp') diff --git a/plugins/Import/src/dbrw/dbevents.cpp b/plugins/Import/src/dbrw/dbevents.cpp index 4fcfa650fe..92e100737d 100644 --- a/plugins/Import/src/dbrw/dbevents.cpp +++ b/plugins/Import/src/dbrw/dbevents.cpp @@ -22,7 +22,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "../stdafx.h" -STDMETHODIMP_(LONG) CDbxSQLite::GetEventCount(MCONTACT contactID) +STDMETHODIMP_(int) CDbxSQLite::GetEventCount(MCONTACT contactID) { mir_cslock lock(m_csDbAccess); @@ -49,7 +49,7 @@ BOOL CDbxSQLite::EditEvent(MCONTACT, MEVENT, const DBEVENTINFO*) return 1; } -STDMETHODIMP_(LONG) CDbxSQLite::GetBlobSize(MEVENT hDbEvent) +STDMETHODIMP_(int) CDbxSQLite::GetBlobSize(MEVENT hDbEvent) { mir_cslock lock(m_csDbAccess); -- cgit v1.2.3