From 99f1be30f3a041afaa960fb7e40c68f431330fe8 Mon Sep 17 00:00:00 2001 From: mattias Date: Sat, 10 Jul 2010 07:02:35 +0000 Subject: [PATCH] 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 - --- lcl/lcltype.pp | 3 --- 1 file changed, 3 deletions(-) diff --git a/lcl/lcltype.pp b/lcl/lcltype.pp index de3ab0751c..a561f872e1 100644 --- a/lcl/lcltype.pp +++ b/lcl/lcltype.pp @@ -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;