fixed the getaddrinfo-issue on win2k. since it doesn't affect other windows versions we don't have to do any recognisation

This commit is contained in:
Alfred Eriksson 2009-01-17 22:44:20 +00:00
parent 2d4f6dffb9
commit 272769ecc5

View file

@ -37,6 +37,7 @@
#include <windows.h>
#include <winsock2.h>
#include <ws2tcpip.h>
#include <wspiapi.h>
#include <fcntl.h>
#include <direct.h>
#include <errno.h>