From 9da1bf03fb556a1dc879431da3bc7ce2bc57811b Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 25 Aug 2016 20:34:30 +0000 Subject: warning fix git-svn-id: http://svn.miranda-ng.org/main/trunk@17208 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/delphi/m_contacts.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/delphi') diff --git a/include/delphi/m_contacts.inc b/include/delphi/m_contacts.inc index e6636c2e17..b8af21d0ce 100644 --- a/include/delphi/m_contacts.inc +++ b/include/delphi/m_contacts.inc @@ -74,6 +74,6 @@ const CNF_DISPLAYNC = 17; // result must be freed using mir_free -function Contact_GetInfo(iType:Integer; hContact:TMCONTACT; proto:PAnsiChar=0) : PWideChar; stdcall; external AppDLL; +function Contact_GetInfo(iType:Integer; hContact:TMCONTACT; proto:PAnsiChar=nil) : PWideChar; stdcall; external AppDLL; {$ENDIF} -- cgit v1.2.3