Add definition for WSAEDISCON.
This commit is contained in:
parent
b80749915b
commit
ce1a430547
|
@ -783,6 +783,7 @@ typedef struct WS(WSAData)
|
|||
#define WSAEDQUOT (WSABASEERR+69)
|
||||
#define WSAESTALE (WSABASEERR+70)
|
||||
#define WSAEREMOTE (WSABASEERR+71)
|
||||
#define WSAEDISCON (WSABASEERR+101)
|
||||
|
||||
/*
|
||||
* Extended Windows Sockets error constant definitions
|
||||
|
|
Loading…
Reference in New Issue