Module: wine Branch: master Commit: 5adca71cd7906b2ca9b7c101004f4158cbcdc9a1 URL: https://source.winehq.org/git/wine.git/?a=commit;h=5adca71cd7906b2ca9b7c1010...
Author: Eric Pouech eric.pouech@gmail.com Date: Tue Mar 1 08:32:42 2022 +0100
dsound/tests: 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/dsound/tests/Makefile.in | 1 - dlls/dsound/tests/capture.c | 150 +++++++-------- dlls/dsound/tests/ds3d.c | 250 ++++++++++++------------- dlls/dsound/tests/ds3d8.c | 238 +++++++++++------------ dlls/dsound/tests/dsound.c | 386 +++++++++++++++++++------------------- dlls/dsound/tests/dsound8.c | 426 +++++++++++++++++++++--------------------- dlls/dsound/tests/duplex.c | 76 ++++---- dlls/dsound/tests/propset.c | 124 ++++++------ 8 files changed, 825 insertions(+), 826 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=5adca71cd7906b2ca9b7c...