Module: wine Branch: master Commit: ce9ad420569f77caa253833c0cfaf85943aa6ea5 URL: https://source.winehq.org/git/wine.git/?a=commit;h=ce9ad420569f77caa253833c0... Author: Hans Leidekker <hans(a)codeweavers.com> Date: Thu Nov 22 21:15:54 2018 +0100 winhttp: Get rid of request_t. Signed-off-by: Hans Leidekker <hans(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/winhttp/cookie.c | 4 +- dlls/winhttp/handle.c | 2 +- dlls/winhttp/request.c | 128 +++++++++++++++++++++-------------------- dlls/winhttp/session.c | 14 ++--- dlls/winhttp/winhttp_private.h | 24 ++++---- 5 files changed, 87 insertions(+), 85 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=ce9ad420569f77caa2538...