From 503d82db45bf24f4739d126d43bfbeee4828a882 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 10 Mar 2013 19:55:33 +0000 Subject: - m_core.inc almost returned back to int_ptr - another pascal headers merged git-svn-id: http://svn.miranda-ng.org/main/trunk@3964 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/delphi/m_addcontact.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/delphi/m_addcontact.inc') diff --git a/include/delphi/m_addcontact.inc b/include/delphi/m_addcontact.inc index ce74841d7e..7ec3e6b733 100644 --- a/include/delphi/m_addcontact.inc +++ b/include/delphi/m_addcontact.inc @@ -31,7 +31,7 @@ const type PADDCONTACTSTRUCT = ^TADDCONTACTSTRUCT; TADDCONTACTSTRUCT = record - handleType: Int; + handleType: int; handle : THandle; // HDBEVENT, HCONTACT, SearchResult szProto : PAnsiChar; // used by search result only psr : Pointer; // @PROTOSEARCHRESULT -- cgit v1.2.3