Explorar o código

* Fixed linux compilation

git-svn-id: trunk@17569 -
michael %!s(int64=14) %!d(string=hai) anos
pai
achega
6975d01d73
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/fcl-web/src/base/custfcgi.pp

+ 1 - 1
packages/fcl-web/src/base/custfcgi.pp

@@ -776,9 +776,9 @@ end;
 
 function TFCgiHandler.AcceptConnection : Integer;
 
+{$ifdef windows}
 Var
   B : BOOL;
-{$ifdef windows}
   pipeMode : DWORD = PIPE_READMODE_BYTE or PIPE_WAIT;
   i : integer;
 {$endif}