Module: wine Branch: master Commit: 3f27d91629a04ff1f86acdfafa072de8b40f0264 URL: https://source.winehq.org/git/wine.git/?a=commit;h=3f27d91629a04ff1f86acdfaf...
Author: Zebediah Figura z.figura12@gmail.com Date: Thu Jul 23 11:46:59 2020 -0500
dsound/tests: Link directly to dsound.
Signed-off-by: Zebediah Figura z.figura12@gmail.com Signed-off-by: Andrew Eikum aeikum@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/dsound/tests/Makefile.in | 2 +- dlls/dsound/tests/capture.c | 37 +++-------- dlls/dsound/tests/ds3d.c | 35 ++-------- dlls/dsound/tests/ds3d8.c | 35 ++-------- dlls/dsound/tests/dsound.c | 115 +++++++++----------------------- dlls/dsound/tests/dsound8.c | 75 ++++++++------------- dlls/dsound/tests/duplex.c | 50 ++++---------- dlls/dsound/tests/propset.c | 148 +++++++++++++++--------------------------- 8 files changed, 145 insertions(+), 352 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=3f27d91629a04ff1f86ac...