Module: wine Branch: master Commit: ca681835dc0b97c299b235adba413bf80941fc8e URL: http://source.winehq.org/git/wine.git/?a=commit;h=ca681835dc0b97c299b235adba...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Jul 8 17:49:20 2008 +0200
dsound: Don't depend on the dxerr8 static library in the tests.
---
dlls/dsound/tests/Makefile.in | 2 +- dlls/dsound/tests/capture.c | 134 ++++++++------------- dlls/dsound/tests/ds3d.c | 249 +++++++++++++++------------------------ dlls/dsound/tests/ds3d8.c | 248 +++++++++++++++------------------------ dlls/dsound/tests/dsound.c | 261 +++++++++++++++++------------------------ dlls/dsound/tests/dsound8.c | 216 ++++++++++++++-------------------- dlls/dsound/tests/duplex.c | 37 +++---- dlls/dsound/tests/propset.c | 89 +++++++------- 8 files changed, 493 insertions(+), 743 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=ca681835dc0b97c299b235...