mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-16 09:49:37 +02:00
* Fixed linux compilation
git-svn-id: trunk@17569 -
This commit is contained in:
parent
e06adfc73b
commit
6975d01d73
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user