mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-01 11:04:15 +02:00
LCL: THandle of LCLIntf now PtrUint on all platforms, bites the platform specific system.THandle especially on 64bit systems, but this is since years so maybe not a big bit
git-svn-id: trunk@26564 -
This commit is contained in:
parent
152fbbfa9c
commit
99f1be30f3
@ -88,12 +88,9 @@ type
|
||||
TDockImageOperation = (disShow, disMove, disHide);
|
||||
|
||||
{$ifndef WINDOWS}
|
||||
{$IFDEF CPU64}
|
||||
// temp solution for 32bit system.Thandle
|
||||
THandle = type PtrUInt;
|
||||
HANDLE = THandle;
|
||||
PHandle = ^THandle;
|
||||
{$ENDIF}
|
||||
|
||||
{ Provided for compatibility with Windows registry ONLY }
|
||||
HKEY = Integer;
|
||||
|
Loading…
Reference in New Issue
Block a user