Fix error reporting in wavemap.c:wodOpen(); this solves the
commit52574ed701acdf02d178f8bb42ca7f9fc9c3b2dc
authorFrancois Gouget <fgouget@codeweavers.com>
Thu, 12 Dec 2002 22:23:15 +0000 (12 22:23 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 12 Dec 2002 22:23:15 +0000 (12 22:23 +0000)
treee270a279320c9059baca70136e8ddd50a625e2ff
parent309b37023d17f43e00f5a51e63dbebedefd7be3d
Fix error reporting in wavemap.c:wodOpen(); this solves the
waveOutOpen problem so that we can remove the todo_wine.
Win9x does not support WAVE_FORMAT_DIRECT.
Don't check the format if the waveOutOpen command failed.
Use trace, not winetest_trace!
dlls/winmm/tests/wave.c
dlls/winmm/wavemap/wavemap.c