mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 03:19:55 +02:00
+ Add constants to Netware socket units too.
git-svn-id: trunk@5978 -
This commit is contained in:
parent
e6438fe23d
commit
d5927f1ef4
@ -36,6 +36,11 @@ Type
|
|||||||
tsocklen=cint;
|
tsocklen=cint;
|
||||||
psocklen=^tsocklen;
|
psocklen=^tsocklen;
|
||||||
|
|
||||||
|
const EsockEINTR = WSAEINTR;
|
||||||
|
EsockEBADF = WSAEBADF;
|
||||||
|
EsockEFAULT = WSAEFAULT;
|
||||||
|
EsockEINVAL = WSAEINVAL;
|
||||||
|
|
||||||
{$i netwsockh.inc}
|
{$i netwsockh.inc}
|
||||||
{$i socketsh.inc}
|
{$i socketsh.inc}
|
||||||
|
|
||||||
|
@ -35,6 +35,10 @@ Type
|
|||||||
tsocklen=cint;
|
tsocklen=cint;
|
||||||
psocklen=^tsocklen;
|
psocklen=^tsocklen;
|
||||||
|
|
||||||
|
const EsockEINTR = WSAEINTR;
|
||||||
|
EsockEBADF = WSAEBADF;
|
||||||
|
EsockEFAULT = WSAEFAULT;
|
||||||
|
EsockEINVAL = WSAEINVAL;
|
||||||
|
|
||||||
{$i netwsockh.inc}
|
{$i netwsockh.inc}
|
||||||
{$i socketsh.inc}
|
{$i socketsh.inc}
|
||||||
|
Loading…
Reference in New Issue
Block a user