waveOutGetDevCaps(-1...) must return the capabilities of the Wave
commitf627aed58b16ef61be7d2fd94c548db668e89560
authorFrancois Gouget <fgouget@codeweavers.com>
Mon, 26 Apr 2004 23:30:26 +0000 (26 23:30 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 26 Apr 2004 23:30:26 +0000 (26 23:30 +0000)
treed38aa4fa19db5e2721bc64db2fa92e3b5c972983
parent977d863c0efc5c15cd5c62d348c91dce8f6eb084
waveOutGetDevCaps(-1...) must return the capabilities of the Wave
mapper.
DRV_QUERYDEVICEINTERFACE is not supported on all Windows versions.
Check the length returned by DRV_QUERYDEVICEINTERFACESIZE and fix
memory leak.
Some Windows sound drivers allow wild frequencies such as the 2MHz
one. So modify this test to use an invalid number of bits per sample
instead (hopefully that will fail really everywhere).
dlls/winmm/tests/wave.c