Re: [1/4] ws2_32: Use the struct information when the parameters are zero in WSASocket (try 2)

2013-09-18 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at https://newtestbot.winehq.org/JobDetails.pl?Key=2235 Your paranoid andr

Re: [1/4] ws2_32: Use the struct information when the parameters are zero in WSASocket

2013-09-18 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at https://newtestbot.winehq.org/JobDetails.pl?Key=2226 Your paranoid andr

Re: [1/4] ws2_32: Use the struct information when the parameters are zero in WSASocket

2013-09-17 Thread Bruno Jesus
On Tue, Sep 17, 2013 at 7:00 AM, Alexandre Julliard wrote: > Bruno Jesus <00cp...@gmail.com> writes: > >> @@ -5884,20 +5884,20 @@ SOCKET WINAPI WSASocketW(int af, int type, int >> protocol, >>return ret; >> } >> >> -/* convert the socket family and type */ >> -af = convert_af

Re: [1/4] ws2_32: Use the struct information when the parameters are zero in WSASocket

2013-09-17 Thread Alexandre Julliard
Bruno Jesus <00cp...@gmail.com> writes: > @@ -5884,20 +5884,20 @@ SOCKET WINAPI WSASocketW(int af, int type, int > protocol, >return ret; > } > > -/* convert the socket family and type */ > -af = convert_af_w2u(af); > -type = convert_socktype_w2u(type); > - > if (l