summaryrefslogtreecommitdiff
path: root/include/delphi/m_addcontact.inc
diff options
context:
space:
mode:
authorAlexey Kulakov <panda75@bk.ru>2015-01-28 06:34:50 +0000
committerAlexey Kulakov <panda75@bk.ru>2015-01-28 06:34:50 +0000
commit0bc017159442fed3020f64da88adbb3d9ab2a03b (patch)
treeba723bc439207b527fe4b2b9baa5e68dd6953ccf /include/delphi/m_addcontact.inc
parent86dfe0c06437f79fd6f5bdfe34659339ef9cf525 (diff)
Pascal: miranda API updates
git-svn-id: http://svn.miranda-ng.org/main/trunk@11937 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include/delphi/m_addcontact.inc')
-rw-r--r--include/delphi/m_addcontact.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/delphi/m_addcontact.inc b/include/delphi/m_addcontact.inc
index f6fb8834d8..dd4bc0a3dd 100644
--- a/include/delphi/m_addcontact.inc
+++ b/include/delphi/m_addcontact.inc
@@ -32,7 +32,7 @@ type
PADDCONTACTSTRUCT = ^TADDCONTACTSTRUCT;
TADDCONTACTSTRUCT = record
handleType: int;
- handle : HDBEVENT; // HDBEVENT, SearchResult
+ handle : TMEVENT; // TMEVENT, TMCONTACT, SearchResult
szProto : PAnsiChar; // used by search result only
psr : pointer; // @PROTOSEARCHRESULT
end;