diff options
-rw-r--r-- | include/delphi/m_contacts.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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}
|