Go to the documentation of this file.
24#if defined(__WIN32__) || defined(_WIN32) || defined(_WIN32_WCE)
26#if defined(WINNT) || defined(_WINNT) || defined(__BORLANDC__) || defined(__MINGW32__) || defined(_WIN32_WCE) || defined (_MSC_VER)
35#define closeSocket closesocket
48#define EWOULDBLOCK WSAEWOULDBLOCK
49#define EINPROGRESS WSAEWOULDBLOCK
50#define EAGAIN WSAEWOULDBLOCK
53#if defined(_WIN32_WCE)
58typedef __int64 int64_t;
59typedef unsigned __int64 u_int64_t;
62typedef unsigned u_int32_t;
65typedef unsigned short u_int16_t;
67typedef unsigned char u_int8_t;
71#if !defined(_MSC_STDINT_H_) && !defined(_UINTPTR_T_DEFINED) && !defined(_UINTPTR_T_DECLARED) && !defined(_UINTPTR_T)
72typedef unsigned uintptr_t;
74#if !defined(_MSC_STDINT_H_) && !defined(_INTPTR_T_DEFINED) && !defined(_INTPTR_T_DECLARED) && !defined(_INTPTR_T)
88typedef unsigned int u_int32_t;
89typedef unsigned short u_int16_t;
90typedef unsigned char u_int8_t;
95#include <sys/socket.h>
97#include <netinet/in.h>
108#include <sys/select.h>
112#define closeSocket close
115#define u_int64_t uint64_t
116#define u_int32_t uint32_t
117#define u_int16_t uint16_t
118#define u_int8_t uint8_t