ChangeSet ID: 6625 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard(a)wine.codeweavers.com 2002/12/13 14:27:36 Modified files: dlls/dsound/tests: dsound.c Makefile.in Log message: Francois Gouget <fgouget(a)codeweavers.com> Extend the test by creating a PrimaryBuffer object and perform a few basic tests such as querying its characteristics and changing its format. Changing the format requires that we call SetcooperativeLevel first, which means we need an hwnd. So the test must now link with user32.dll. Patch: http://cvs.winehq.com/patch.py?id=6625 Old revision New revision Changes Path 1.1 1.2 +103 -17 wine/dlls/dsound/tests/dsound.c 1.1 1.2 +1 -1 wine/dlls/dsound/tests/Makefile.in