Module: wine Branch: master Commit: bf0f6792f7c79085e2c3320b27479199d35b311d URL: https://source.winehq.org/git/wine.git/?a=commit;h=bf0f6792f7c79085e2c3320b2...
Author: Eric Pouech eric.pouech@gmail.com Date: Sat Mar 5 12:08:08 2022 +0100
shlwapi/tests: Enable compilation with long types.
Signed-off-by: Eric Pouech eric.pouech@gmail.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/shlwapi/tests/Makefile.in | 1 - dlls/shlwapi/tests/assoc.c | 50 +++---- dlls/shlwapi/tests/clist.c | 4 +- dlls/shlwapi/tests/clsid.c | 10 +- dlls/shlwapi/tests/istream.c | 258 +++++++++++++++++----------------- dlls/shlwapi/tests/ordinal.c | 306 ++++++++++++++++++++--------------------- dlls/shlwapi/tests/path.c | 210 ++++++++++++++-------------- dlls/shlwapi/tests/shreg.c | 104 +++++++------- dlls/shlwapi/tests/string.c | 52 +++---- dlls/shlwapi/tests/thread.c | 34 ++--- dlls/shlwapi/tests/url.c | 276 ++++++++++++++++++------------------- 11 files changed, 652 insertions(+), 653 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=bf0f6792f7c79085e2c33...