mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-21 17:19:59 +02:00
LCL: comment
git-svn-id: trunk@26565 -
This commit is contained in:
parent
99f1be30f3
commit
fe291211a9
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user