mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-15 07:49:29 +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;
|
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}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user