From 34353afa23f23d9bc3470896248b8c387465a4b2 Mon Sep 17 00:00:00 2001 From: Alexey Kulakov Date: Mon, 10 Feb 2014 17:25:36 +0000 Subject: Miranda API sync with small compilation fixes git-svn-id: http://svn.miranda-ng.org/main/trunk@8083 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/delphi/m_clist.inc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'include/delphi/m_clist.inc') diff --git a/include/delphi/m_clist.inc b/include/delphi/m_clist.inc index e8d95269ac..ed2672d04e 100644 --- a/include/delphi/m_clist.inc +++ b/include/delphi/m_clist.inc @@ -226,15 +226,15 @@ const type PCLISTEVENT = ^TCLISTEVENT; TCLISTEVENT = record - cbSize : int; // size in bytes - hContact : THANDLE; // handle to the contact to put the icon by - hIcon : HICON; // icon to flash! + cbSize : int; // size in bytes + hContact : HCONTACT; // handle to the contact to put the icon by + hIcon : HICON; // icon to flash! flags : DWORD; - hDBEvent : THANDLE; // caller defined, but should be unique for hContact - // or pszProtocol:PAnsiChar + hDBEvent : THANDLE; // caller defined, but should be unique for hContact + // or pszProtocol:PAnsiChar lParam : LPARAM; - pszService: PAnsiChar; // name of service to call on activation - szTooltip : TChar; // short description of the event to display as a tooltip on the systray + pszService: PAnsiChar; // name of service to call on activation + szTooltip : TChar; // short description of the event to display as a tooltip on the systray end; const -- cgit v1.2.3