winhttp: Handle EINTR from connect and poll.

Bruno Jesus 00cpxxx at gmail.com
Tue Dec 13 06:55:06 CST 2016


On Tue, Dec 13, 2016 at 7:33 AM, Hans Leidekker <hans at codeweavers.com> wrote:
> Signed-off-by: Hans Leidekker <hans at codeweavers.com>
> ---
>  dlls/winhttp/net.c | 47 +++++++++++++++++++++++++++++++++--------------
>  1 file changed, 33 insertions(+), 14 deletions(-)

Hi, Isn't it better to make winhttp use ws2_32 just like wininet
change [1]? Then we would have a single point for all networking code
and EINTR is already covered in ws2_32.

[1] http://source.winehq.org/git/wine.git/commitdiff/5436fef80722fe7896aed5e659c31fdade4ef5b3

Best Regards,
Bruno



More information about the wine-devel mailing list