mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 15:39:29 +02:00
unbroke build for anything non Windows and non-Unix, where the nonblocking code is disabled anyway
git-svn-id: trunk@39572 -
This commit is contained in:
parent
7e0d7e118e
commit
3c25184889
@ -1076,12 +1076,14 @@ end;
|
||||
|
||||
procedure TInetSocket.Connect;
|
||||
|
||||
{$IFDEF HAVENONBLOCKING}
|
||||
Const
|
||||
{$IFDEF UNIX}
|
||||
ErrWouldBlock = ESysEInprogress;
|
||||
{$ELSE}
|
||||
ErrWouldBlock = WSAEWOULDBLOCK;
|
||||
{$ENDIF}
|
||||
{$ENDIF}
|
||||
|
||||
Var
|
||||
A : THostAddr;
|
||||
|
Loading…
Reference in New Issue
Block a user