Module: wine Branch: master Commit: 4ad1bab4642ab4435e92342c4cf0af1b6ff6b26d URL: https://source.winehq.org/git/wine.git/?a=commit;h=4ad1bab4642ab4435e92342c4...
Author: Eric Pouech eric.pouech@gmail.com Date: Sat Mar 5 12:08:01 2022 +0100
shell32/tests: Enable compilation with long types.
Signed-off-by: Eric Pouech eric.pouech@gmail.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/shell32/tests/Makefile.in | 1 - dlls/shell32/tests/appbar.c | 18 +- dlls/shell32/tests/assoc.c | 80 +-- dlls/shell32/tests/autocomplete.c | 76 +-- dlls/shell32/tests/brsfolder.c | 34 +- dlls/shell32/tests/ebrowser.c | 314 +++++----- dlls/shell32/tests/msg.h | 8 +- dlls/shell32/tests/recyclebin.c | 4 +- dlls/shell32/tests/shelldispatch.c | 438 +++++++------- dlls/shell32/tests/shelllink.c | 274 ++++----- dlls/shell32/tests/shellole.c | 74 +-- dlls/shell32/tests/shellpath.c | 260 ++++----- dlls/shell32/tests/shfldr_special.c | 66 +-- dlls/shell32/tests/shlexec.c | 202 +++---- dlls/shell32/tests/shlfileop.c | 278 ++++----- dlls/shell32/tests/shlfolder.c | 1070 +++++++++++++++++------------------ dlls/shell32/tests/shlview.c | 194 +++---- 17 files changed, 1695 insertions(+), 1696 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=4ad1bab4642ab4435e923...