PATCH: accept-deferred.diff (5 in series)

Dimitrie O. Paun dpaun at rogers.com
Fri Apr 12 10:28:18 CDT 2002


On April 12, 2002 11:20 am, Martin Wilck wrote:
>  /***********************************************************************
> + *              WSAConnect             (WS2_32.30)
> + */
> +int WINAPI WSAConnect ( SOCKET s, const struct WS_sockaddr* name, int
> namelen, +                        LPWSABUF lpCallerData, LPWSABUF
> lpCalleeData, +                        LPQOS lpSQOS, LPQOS lpGQOS )
> +{
> +    if ( lpCallerData || lpCalleeData || lpSQOS || lpGQOS )
> +        WARN ("unsupported parameters!");
           ^^^^
Shouldn't this be a FIXME instead?

-- 
Dimi.




More information about the wine-devel mailing list