diff options
-rw-r--r-- | win/inspircd_win32wrapper.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win/inspircd_win32wrapper.h b/win/inspircd_win32wrapper.h index 4e43c968c..417177167 100644 --- a/win/inspircd_win32wrapper.h +++ b/win/inspircd_win32wrapper.h @@ -107,6 +107,7 @@ #define ECONNREFUSED WSAECONNREFUSED #define EADDRINUSE WSAEADDRINUSE #define EINPROGRESS WSAEWOULDBLOCK +#define EADDRNOTAVAIL WSAEADDRNOTAVAIL /* Convert formatted (xxx.xxx.xxx.xxx) string to in_addr struct */ CoreExport int inet_pton(int af, const char * src, void * dst); |