mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-18 05:00:07 +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;
|
||||
psocklen=^tsocklen;
|
||||
|
||||
const EsockEINTR = WSAEINTR;
|
||||
EsockEBADF = WSAEBADF;
|
||||
EsockEFAULT = WSAEFAULT;
|
||||
EsockEINVAL = WSAEINVAL;
|
||||
|
||||
{$i netwsockh.inc}
|
||||
{$i socketsh.inc}
|
||||
|
||||
|
@ -35,6 +35,10 @@ Type
|
||||
tsocklen=cint;
|
||||
psocklen=^tsocklen;
|
||||
|
||||
const EsockEINTR = WSAEINTR;
|
||||
EsockEBADF = WSAEBADF;
|
||||
EsockEFAULT = WSAEFAULT;
|
||||
EsockEINVAL = WSAEINVAL;
|
||||
|
||||
{$i netwsockh.inc}
|
||||
{$i socketsh.inc}
|
||||
|
Loading…
Reference in New Issue
Block a user