Explorar o código

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

Michaël Van Canneyt %!s(int64=3) %!d(string=hai) anos
pai
achega
0b96cc3a30
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/fcl-net/src/ssockets.pp

+ 1 - 1
packages/fcl-net/src/ssockets.pp

@@ -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}