Module: wine Branch: master Commit: 120244aefe4987d71d389fefe7121ed0db3e300e URL: https://source.winehq.org/git/wine.git/?a=commit;h=120244aefe4987d71d389fefe... Author: Hans Leidekker <hans(a)codeweavers.com> Date: Tue Feb 8 11:20:54 2022 +0100 winhttp: Build without -DWINE_NO_LONG_TYPES. Signed-off-by: Hans Leidekker <hans(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/winhttp/Makefile.in | 1 - dlls/winhttp/handle.c | 10 ++--- dlls/winhttp/net.c | 39 +++++++++-------- dlls/winhttp/request.c | 106 +++++++++++++++++++++++------------------------ dlls/winhttp/session.c | 76 ++++++++++++++++----------------- dlls/winhttp/url.c | 8 ++-- 6 files changed, 119 insertions(+), 121 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=120244aefe4987d71d389...