Cleaned up libircclient a bit - submitted patch to the author.

This commit is contained in:
lotodore
2008-03-22 23:39:24 +00:00
parent ea98054050
commit 962cf172ff
3 changed files with 6 additions and 7 deletions
@@ -51,6 +51,10 @@
#else
#include <winsock2.h>
#include <ws2tcpip.h>
#if defined (ENABLE_IPV6)
typedef int (WSAAPI * getaddrinfo_ptr_t) (const char *, const char* , const struct addrinfo *, struct addrinfo **);
typedef void (WSAAPI * freeaddrinfo_ptr_t) (struct addrinfo*);
#endif
#endif
#ifdef __cplusplus