Implemented unicode-based name resolution.

This commit is contained in:
lotodore
2007-02-11 21:22:45 +00:00
parent 971c95d200
commit 83804055d7
7 changed files with 176 additions and 18 deletions
+1
View File
@@ -23,6 +23,7 @@
#ifdef _WIN32
#include <winsock2.h>
#include <ws2tcpip.h>
#include <wspiapi.h>
#else
#include <sys/types.h>
#include <sys/socket.h>