mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Compiling under Unix
This commit is contained in:
parent
7079d654b7
commit
56f979dfdc
1 changed files with 2 additions and 2 deletions
|
|
@ -330,9 +330,9 @@ begin
|
|||
(FileSource.CanRetrieveProperties(AFile.FSFile, FilePropertiesNeeded) or
|
||||
(HaveIcons and ((AFile.IconID < 0)
|
||||
{$IF DEFINED(MSWINDOWS)}
|
||||
or (gIconOverlays and (AFile.IconOverlayID < 0))))
|
||||
or (gIconOverlays and (AFile.IconOverlayID < 0))
|
||||
{$ENDIF}
|
||||
) then
|
||||
))) then
|
||||
begin
|
||||
if not Assigned(AFileList) then
|
||||
AFileList := TFVWorkerFileList.Create;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue