wine/dlls/winmm/tests wave.c

Alexandre Julliard julliard at winehq.org
Mon Apr 26 18:30:26 CDT 2004


ChangeSet ID:	12153
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2004/04/26 18:30:26

Modified files:
	dlls/winmm/tests: wave.c 

Log message:
	Francois Gouget <fgouget at codeweavers.com>
	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).

Patch: http://cvs.winehq.org/patch.py?id=12153

Old revision  New revision  Changes     Path
 1.16          1.17          +46 -58     wine/dlls/winmm/tests/wave.c




More information about the wine-cvs mailing list