* Fix for non-compilation on non-supported platforms: linux -> unix

This commit is contained in:
Michaël Van Canneyt 2021-09-01 14:05:27 +02:00
parent 6e5103f3c5
commit 0b96cc3a30

View File

@ -586,7 +586,7 @@ var
aLen:=0; aLen:=0;
For S in Src do For S in Src do
begin begin
{$IFDEF LINUX} {$IFDEF UNIX}
if fpFD_IsSet(S.Handle, FD)>0 then if fpFD_IsSet(S.Handle, FD)>0 then
{$ENDIF} {$ENDIF}
{$IFDEF Windows} {$IFDEF Windows}