* Fixed linux compilation

git-svn-id: trunk@17569 -
This commit is contained in:
michael 2011-05-27 11:07:50 +00:00
parent e06adfc73b
commit 6975d01d73

View File

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