Module: wine Branch: master Commit: e240aeb757e3d70285eac7bc13a4a46f62210896 URL: https://source.winehq.org/git/wine.git/?a=commit;h=e240aeb757e3d70285eac7bc1... Author: Eric Pouech <eric.pouech(a)gmail.com> Date: Wed Feb 23 09:11:47 2022 +0100 comdlg32/tests: Enable compilation with long types. Signed-off-by: Eric Pouech <eric.pouech(a)gmail.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/comdlg32/tests/Makefile.in | 1 - dlls/comdlg32/tests/filedlg.c | 126 +++--- dlls/comdlg32/tests/finddlg.c | 2 +- dlls/comdlg32/tests/fontdlg.c | 8 +- dlls/comdlg32/tests/itemdlg.c | 936 ++++++++++++++++++++-------------------- dlls/comdlg32/tests/printdlg.c | 56 +-- 6 files changed, 564 insertions(+), 565 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=e240aeb757e3d70285eac...