mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-04 16:20:37 +01:00
* another fix for custcgi, bug #19646, hopefully fixes wince building
git-svn-id: trunk@17858 -
This commit is contained in:
parent
01e9eacf5c
commit
765a792599
@ -792,7 +792,9 @@ begin
|
||||
{$ifndef windows}
|
||||
Result:=fpaccept(Socket,psockaddr(@FIAddress),@FAddressLength);
|
||||
{$else}
|
||||
{$ifdef windowspipe}
|
||||
if Not fIsWinPipe then
|
||||
{$endif}
|
||||
Result:=fpaccept(Socket,psockaddr(@FIAddress),@FAddressLength);
|
||||
{$ifdef windowspipe}
|
||||
If FIsWinPipe or ((Result<0) and (socketerror=10038)) then
|
||||
|
||||
Loading…
Reference in New Issue
Block a user