Module: wine Branch: master Commit: e299b5af34c1e390d0b1bf6e44c8ef26f8a0c01f URL: https://source.winehq.org/git/wine.git/?a=commit;h=e299b5af34c1e390d0b1bf6e4... Author: Eric Pouech <eric.pouech(a)gmail.com> Date: Fri Feb 4 09:56:32 2022 +0100 explorer: Enable compilation with long types. Signed-off-by: Eric Pouech <eric.pouech(a)gmail.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- programs/explorer/Makefile.in | 1 - programs/explorer/appbar.c | 2 +- programs/explorer/desktop.c | 52 +++++++++++++++++++++---------------------- programs/explorer/explorer.c | 4 ++-- programs/explorer/systray.c | 2 +- 5 files changed, 30 insertions(+), 31 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=e299b5af34c1e390d0b1b...