mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Compiling for 64-bit.
This commit is contained in:
parent
fcba289b29
commit
639e154b26
1 changed files with 2 additions and 6 deletions
|
|
@ -147,14 +147,11 @@ uses
|
|||
FileUtil, uOSUtils;
|
||||
|
||||
function WlxPrepareContainer(Ahandle: THandle; revert:boolean=false): boolean;
|
||||
{$IFNDEF LCLWIN32}
|
||||
{$IFNDEF LCLQT}
|
||||
{$IF DEFINED(LCLGTK) or DEFINED(LCLGTK2)}
|
||||
var lst:PGList;
|
||||
{$ENDIF}
|
||||
{$ENDIF}
|
||||
begin
|
||||
{$IFNDEF LCLWIN32}
|
||||
{$IFNDEF LCLQT}
|
||||
{$IF DEFINED(LCLGTK) or DEFINED(LCLGTK2)}
|
||||
if not revert then
|
||||
begin
|
||||
//Hide controls from our gtk container
|
||||
|
|
@ -176,7 +173,6 @@ begin
|
|||
end else Result:=false;
|
||||
Exit;
|
||||
end;
|
||||
{$ENDIF}
|
||||
{$ENDIF}
|
||||
Result:=true
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue