|
From: Tor L. <tm...@ik...> - 2006-03-14 09:52:56
|
Cesc writes: > In Linux, we use arpa/nameser.h and arpa/resolv.h ... > what can i use under mingw? winsock2.h and ws2tcpip.h. If you are sure your app will run only on XP and newer, you can use the modern getaddrinfo() etc API, like on Linux. Read MSDN for documentation. --tml |