Browse Source

* Fixed linux compilation

git-svn-id: trunk@17569 -
michael 14 years ago
parent
commit
6975d01d73
1 changed files with 1 additions and 1 deletions
  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}