Extend the test by creating a PrimaryBuffer object and perform a few
commita542770c55b3e6d774efb979655ad13c44c6d04f
authorFrancois Gouget <fgouget@codeweavers.com>
Fri, 13 Dec 2002 20:27:36 +0000 (13 20:27 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 13 Dec 2002 20:27:36 +0000 (13 20:27 +0000)
tree7587d995f33260cd26058f7dcb11f63858cdd8de
parent78561f3eb3a434bc8542993263abe6664365fb0b
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.
dlls/dsound/tests/Makefile.in
dlls/dsound/tests/dsound.c