+ Add constants to Netware socket units too.

git-svn-id: trunk@5978 -
This commit is contained in:
daniel 2007-01-14 21:26:13 +00:00
parent e6438fe23d
commit d5927f1ef4
2 changed files with 9 additions and 0 deletions

View File

@ -36,6 +36,11 @@ Type
tsocklen=cint;
psocklen=^tsocklen;
const EsockEINTR = WSAEINTR;
EsockEBADF = WSAEBADF;
EsockEFAULT = WSAEFAULT;
EsockEINVAL = WSAEINVAL;
{$i netwsockh.inc}
{$i socketsh.inc}

View File

@ -35,6 +35,10 @@ Type
tsocklen=cint;
psocklen=^tsocklen;
const EsockEINTR = WSAEINTR;
EsockEBADF = WSAEBADF;
EsockEFAULT = WSAEFAULT;
EsockEINVAL = WSAEINVAL;
{$i netwsockh.inc}
{$i socketsh.inc}