Implementation of WSAStringToAddress(A/W), WSAHtonl, WSAHtons

Alexandre Julliard julliard at winehq.org
Fri Sep 10 16:26:30 CDT 2004


Andreas Rosenberg <andreas_rosenberg at web.de> writes:

> +INT WINAPI WSAStringToAddressW(LPCWSTR AddressString,
> +                               INT AddressFamily,
> +                               LPWSAPROTOCOL_INFOA lpProtocolInfo,

You should have an LPWSAPROTOCOL_INFOW here instead, and convert it
before calling WSAStringToAddressA.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list