git-svn-id: trunk@5978 -
@@ -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