From d83baeb842ea828eaee90a0cd6575872a95240e8 Mon Sep 17 00:00:00 2001 From: Alexey Kulakov Date: Sat, 8 Mar 2014 13:10:05 +0000 Subject: Pascal-style type correction Letter case correction small fixes Actman UA part dialog slightly changed git-svn-id: http://svn.miranda-ng.org/main/trunk@8473 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/delphi/m_clc.inc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'include/delphi/m_clc.inc') diff --git a/include/delphi/m_clc.inc b/include/delphi/m_clc.inc index c86315c9ac..08efd25d66 100644 --- a/include/delphi/m_clc.inc +++ b/include/delphi/m_clc.inc @@ -218,18 +218,18 @@ type TCLCINFOITEM = record cbSize : int; pszText : TChar; - hParentGroup: THandle; - flags : DWORD; + hParentGroup: THANDLE; + flags : dword; hIcon : HICON; // todo end; PNMCLISTCONTROL = ^TNMCLISTCONTROL; TNMCLISTCONTROL = record hdr : TNMHDR; // depends on Windows.pas - hItem : THandle; + hItem : THANDLE; action : int; iColumn: int; // -1 if not on an extra column - flags : DWORD; + flags : dword; pt : TPoint; // depends on Windows.pas end; @@ -303,4 +303,4 @@ const } MS_CLC_GETINFOTIPHOVERTIME:PAnsiChar = 'CLC/GetInfoTipHoverTime'; -{$ENDIF} \ No newline at end of file +{$ENDIF} -- cgit v1.2.3