Commit ce1a4305 authored by Dimitrie O. Paun's avatar Dimitrie O. Paun Committed by Alexandre Julliard

Add definition for WSAEDISCON.

parent b8074991
...@@ -783,6 +783,7 @@ typedef struct WS(WSAData) ...@@ -783,6 +783,7 @@ typedef struct WS(WSAData)
#define WSAEDQUOT (WSABASEERR+69) #define WSAEDQUOT (WSABASEERR+69)
#define WSAESTALE (WSABASEERR+70) #define WSAESTALE (WSABASEERR+70)
#define WSAEREMOTE (WSABASEERR+71) #define WSAEREMOTE (WSABASEERR+71)
#define WSAEDISCON (WSABASEERR+101)
/* /*
* Extended Windows Sockets error constant definitions * Extended Windows Sockets error constant definitions
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment