57# define EDEADLOCK EDEADLK
58# define ENAMETOOLONG 38
66#ifndef _CRT_NO_POSIX_ERROR_CODES
67# define EADDRINUSE 100
68# define EADDRNOTAVAIL 101
69# define EAFNOSUPPORT 102
73# define ECONNABORTED 106
74# define ECONNREFUSED 107
75# define ECONNRESET 108
76# define EDESTADDRREQ 109
77# define EHOSTUNREACH 110
79# define EINPROGRESS 112
85# define ENETUNREACH 118
90# define ENOPROTOOPT 123
94# define ENOTRECOVERABLE 127
97# define EOPNOTSUPP 130
100# define EOWNERDEAD 133
102# define EPROTONOSUPPORT 135
103# define EPROTOTYPE 136
105# define ETIMEDOUT 138
107# define EWOULDBLOCK 140
120#define errno (*_errno())
_ACRTIMP int *__cdecl _errno(void)