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;