Source code of Windows XP (NT5)
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
LIBRARY WSHIP6
EXPORTS WSHGetSockaddrType WSHGetWildcardSockaddr WSHGetSocketInformation WSHGetWinsockMapping WSHNotify WSHOpenSocket WSHSetSocketInformation WSHEnumProtocols WSHOpenSocket2 WSHJoinLeaf WSHGetWSAProtocolInfo WSHAddressToString WSHStringToAddress WSHGetProviderGuid WSHIoctl
; Forwarders, so that applications built with the IPv6 Technology Preview ; will run on Whistler. We don't forward gai_strerror because ; it now exists only as an inline function. But it is rarely used.
getaddrinfo = ws2_32.getaddrinfo getnameinfo = ws2_32.getnameinfo freeaddrinfo = ws2_32.freeaddrinfo
|