Module: wine Branch: master Commit: ca56f992803420ef37d7a87158e572f981005e5d URL: https://source.winehq.org/git/wine.git/?a=commit;h=ca56f992803420ef37d7a8715...
Author: Hans Leidekker hans@codeweavers.com Date: Mon Aug 27 14:36:38 2018 +0200
winhttp: Use winsock sockets.
Signed-off-by: Hans Leidekker hans@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/winhttp/Makefile.in | 4 +- dlls/winhttp/cookie.c | 6 +- dlls/winhttp/handle.c | 5 +- dlls/winhttp/main.c | 1 + dlls/winhttp/net.c | 328 ++++++++++------------------------------- dlls/winhttp/request.c | 13 +- dlls/winhttp/session.c | 63 +------- dlls/winhttp/url.c | 4 +- dlls/winhttp/winhttp_private.h | 19 +-- 9 files changed, 94 insertions(+), 349 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=ca56f992803420ef37d7a...