Explorar el Código

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

Michaël Van Canneyt hace 4 años
padre
commit
0b96cc3a30
Se han modificado 1 ficheros con 1 adiciones y 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}