Module: wine Branch: master Commit: 3fb5d2f98dc9b85c90c0050a95c787ba6934bddf URL: https://source.winehq.org/git/wine.git/?a=commit;h=3fb5d2f98dc9b85c90c0050a9... Author: Hans Leidekker <hans(a)codeweavers.com> Date: Thu Nov 22 21:15:55 2018 +0100 winhttp: Get rid of get/set_last_error. Signed-off-by: Hans Leidekker <hans(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/winhttp/net.c | 8 +-- dlls/winhttp/request.c | 146 +++++++++++++++++++-------------------- dlls/winhttp/session.c | 152 +++++++++++++++++++---------------------- dlls/winhttp/url.c | 24 +++---- dlls/winhttp/winhttp_private.h | 2 - 5 files changed, 159 insertions(+), 173 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=3fb5d2f98dc9b85c90c00...