Module: wine Branch: master Commit: 86bc819f07a67dc5ef2cb5bc9f8d609daa0f7b64 URL: https://source.winehq.org/git/wine.git/?a=commit;h=86bc819f07a67dc5ef2cb5bc9... Author: Eric Pouech <eric.pouech(a)gmail.com> Date: Thu Feb 10 08:41:37 2022 +0100 dsound: Enable compilation with long types. Signed-off-by: Eric Pouech <eric.pouech(a)gmail.com> Signed-off-by: Andrew Eikum <aeikum(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/dsound/Makefile.in | 1 - dlls/dsound/buffer.c | 86 ++++++++++++++++++++++---------------------- dlls/dsound/capture.c | 80 ++++++++++++++++++++--------------------- dlls/dsound/dsound.c | 34 +++++++++--------- dlls/dsound/dsound_main.c | 24 ++++++------- dlls/dsound/duplex.c | 12 +++---- dlls/dsound/mixer.c | 52 +++++++++++++-------------- dlls/dsound/primary.c | 90 +++++++++++++++++++++++------------------------ dlls/dsound/propset.c | 30 ++++++++-------- dlls/dsound/sound3d.c | 62 ++++++++++++++++---------------- 10 files changed, 235 insertions(+), 236 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=86bc819f07a67dc5ef2cb...