diff 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
line wrap: on
line diff
--- a/src/win32/wgaimerror.h	Thu Feb 09 04:14:54 2006 +0000
+++ b/src/win32/wgaimerror.h	Thu Feb 09 04:17:56 2006 +0000
@@ -53,5 +53,6 @@
 #define EMSGSIZE WSAEMSGSIZE
 #define ECONNABORTED WSAECONNABORTED
 #define ECONNRESET WSAECONNRESET
+#define EHOSTUNREACH WSAEHOSTUNREACH
 
 #endif /* end _WGAIMERROR_H */