mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 22:07:56 +02:00
* Fix for non-compilation on non-supported platforms: linux -> unix
This commit is contained in:
parent
6e5103f3c5
commit
0b96cc3a30
@ -586,7 +586,7 @@ var
|
||||
aLen:=0;
|
||||
For S in Src do
|
||||
begin
|
||||
{$IFDEF LINUX}
|
||||
{$IFDEF UNIX}
|
||||
if fpFD_IsSet(S.Handle, FD)>0 then
|
||||
{$ENDIF}
|
||||
{$IFDEF Windows}
|
||||
|
Loading…
Reference in New Issue
Block a user