Module: wine Branch: master Commit: 71189f62604c2cb8208c85372a0e027dd2b79055 URL: https://source.winehq.org/git/wine.git/?a=commit;h=71189f62604c2cb8208c85372...
Author: Eric Pouech eric.pouech@gmail.com Date: Tue Feb 22 08:15:19 2022 -0600
winmm: Enable compilation with long types.
Signed-off-by: Eric Pouech eric.pouech@gmail.com Signed-off-by: Andrew Eikum aeikum@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/winmm/Makefile.in | 2 +- dlls/winmm/driver.c | 18 ++--- dlls/winmm/joystick.c | 24 +++---- dlls/winmm/lolvldrv.c | 16 ++--- dlls/winmm/mci.c | 70 +++++++++---------- dlls/winmm/mmio.c | 48 ++++++------- dlls/winmm/playsound.c | 14 ++-- dlls/winmm/time.c | 2 +- dlls/winmm/waveform.c | 178 ++++++++++++++++++++++++------------------------- dlls/winmm/winmm.c | 50 +++++++------- 10 files changed, 211 insertions(+), 211 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=71189f62604c2cb8208c8...