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:
mattias 2010-07-10 07:02:35 +00:00
parent 152fbbfa9c
commit 99f1be30f3

View File

@ -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;