summaryrefslogtreecommitdiff
path: root/ares_iphlpapi.h
AgeCommit message (Collapse)AuthorFilesLines
2011-08-10ares_iphlpapi.h: Watcom C fixGisle Vanem1-6/+10
Added "!defined(_WS2DEF_)" since Watcom doesn't have a per type guard for the typedefs 'CSADDR_INFO' (that MingW has) or 'SOCKET_ADDRESS' (that MSVC has). But we can use the header-guard for <ws2def.h> instead.
2011-05-21ares_iphlpapi: fix compiler warningsYang Tse1-15/+15
2011-05-20winsock: compilation fixesYang Tse1-0/+217
Provide winsock iphlpapi alternative definitions to prevent compilation failures when using a variety of winsock header implementations.