LCL: comment

git-svn-id: trunk@26565 -
This commit is contained in:
mattias 2010-07-10 07:05:36 +00:00
parent 99f1be30f3
commit fe291211a9

View File

@ -88,7 +88,7 @@ type
TDockImageOperation = (disShow, disMove, disHide);
{$ifndef WINDOWS}
THandle = type PtrUInt;
THandle = type PtrUInt; // define our own, because the SysUtils.THandle = System.THandle is a longint
HANDLE = THandle;
PHandle = ^THandle;