Module: wine Branch: master Commit: 2c8802f26e35540a748e34bbb48830ff1c0849d6 URL: https://source.winehq.org/git/wine.git/?a=commit;h=2c8802f26e35540a748e34bbb... Author: Eric Pouech <eric.pouech(a)gmail.com> Date: Mon Feb 14 09:28:02 2022 +0100 mmsystem.dll16: 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/mmsystem.dll16/Makefile.in | 1 - dlls/mmsystem.dll16/driver.c | 4 +-- dlls/mmsystem.dll16/mci16.c | 4 +-- dlls/mmsystem.dll16/message16.c | 36 +++++++++++++-------------- dlls/mmsystem.dll16/mmio16.c | 6 ++--- dlls/mmsystem.dll16/mmsystem.c | 54 ++++++++++++++++++++--------------------- 6 files changed, 52 insertions(+), 53 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=2c8802f26e35540a748e3...