comparison src/win32/wgaimerror.h @ 13200:33bef17125c2

[gaim-migrate @ 15563] This is the soon-to-be-infamous nonblocking network activity patch that I've been working on. Feel free to yell at me if this makes you unhappy. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Thu, 09 Feb 2006 04:17:56 +0000
parents 9657e243d001
children
comparison
equal deleted inserted replaced
13199:d8f238864c88 13200:33bef17125c2
51 #define EOPNOTSUPP WSAEOPNOTSUPP 51 #define EOPNOTSUPP WSAEOPNOTSUPP
52 #define ESHUTDOWN WSAESHUTDOWN 52 #define ESHUTDOWN WSAESHUTDOWN
53 #define EMSGSIZE WSAEMSGSIZE 53 #define EMSGSIZE WSAEMSGSIZE
54 #define ECONNABORTED WSAECONNABORTED 54 #define ECONNABORTED WSAECONNABORTED
55 #define ECONNRESET WSAECONNRESET 55 #define ECONNRESET WSAECONNRESET
56 #define EHOSTUNREACH WSAEHOSTUNREACH
56 57
57 #endif /* end _WGAIMERROR_H */ 58 #endif /* end _WGAIMERROR_H */