From ec35bbd307636ded865626eb13584e4ab0b9a4af Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 27 Feb 2014 19:17:59 +0000 Subject: direct access to MetaContacts/IsSubcontact removed everywhere git-svn-id: http://svn.miranda-ng.org/main/trunk@8312 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/delphi/m_metacontacts.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/delphi/m_metacontacts.inc') diff --git a/include/delphi/m_metacontacts.inc b/include/delphi/m_metacontacts.inc index 53afbd5850..7ad2bf77d4 100644 --- a/include/delphi/m_metacontacts.inc +++ b/include/delphi/m_metacontacts.inc @@ -163,12 +163,12 @@ const { returns true if a contact is a metacontact or false otherwise } -function db_mc_isMeta(hContact:MCONTACT):Boolean; stdcall; +function db_mc_isMeta(hContact:MCONTACT):Integer; stdcall; external CoreDLL name 'db_mc_isMeta'; { returns true if a contact is a subcontact or false otherwise } -function db_mc_isSub(hContact:MCONTACT):Boolean; stdcall; +function db_mc_isSub(hContact:MCONTACT):Integer; stdcall; external CoreDLL name 'db_mc_isSub'; {$ENDIF} -- cgit v1.2.3