Module: wine Branch: master Commit: 3357b26ea0442f0e13c5e2c2a0bde32968537723 URL: https://source.winehq.org/git/wine.git/?a=commit;h=3357b26ea0442f0e13c5e2c2a...
Author: Eric Pouech eric.pouech@gmail.com Date: Tue Mar 8 09:30:20 2022 +0100
urlmon/tests: Enable compilation with long types.
Signed-off-by: Eric Pouech eric.pouech@gmail.com Signed-off-by: Jacek Caban jacek@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/urlmon/tests/Makefile.in | 1 - dlls/urlmon/tests/misc.c | 668 ++++++++++++------------- dlls/urlmon/tests/protocol.c | 606 +++++++++++------------ dlls/urlmon/tests/sec_mgr.c | 382 +++++++-------- dlls/urlmon/tests/stream.c | 32 +- dlls/urlmon/tests/uri.c | 1086 ++++++++++++++++++++--------------------- dlls/urlmon/tests/url.c | 558 ++++++++++----------- 7 files changed, 1666 insertions(+), 1667 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=3357b26ea0442f0e13c5e...