ReactOS 0.4.15-dev-7953-g1f49173
wsockcompat.h File Reference
#include <errno.h>
#include <winsock2.h>
#include <ws2tcpip.h>
Include dependency graph for wsockcompat.h:

Go to the source code of this file.

Macros

#define _WINSOCKAPI_
 
#define XML_SOCKLEN_T   int
 
#define ECONNRESET   WSAECONNRESET
 
#define EINPROGRESS   WSAEINPROGRESS
 
#define EINTR   WSAEINTR
 
#define ESHUTDOWN   WSAESHUTDOWN
 
#define EWOULDBLOCK   WSAEWOULDBLOCK
 

Macro Definition Documentation

◆ _WINSOCKAPI_

#define _WINSOCKAPI_

Definition at line 13 of file wsockcompat.h.

◆ ECONNRESET

#define ECONNRESET   WSAECONNRESET

Definition at line 35 of file wsockcompat.h.

◆ EINPROGRESS

#define EINPROGRESS   WSAEINPROGRESS

Definition at line 38 of file wsockcompat.h.

◆ EINTR

#define EINTR   WSAEINTR

Definition at line 41 of file wsockcompat.h.

◆ ESHUTDOWN

#define ESHUTDOWN   WSAESHUTDOWN

Definition at line 44 of file wsockcompat.h.

◆ EWOULDBLOCK

#define EWOULDBLOCK   WSAEWOULDBLOCK

Definition at line 47 of file wsockcompat.h.

◆ XML_SOCKLEN_T

#define XML_SOCKLEN_T   int

Definition at line 32 of file wsockcompat.h.