ChangeSet ID: 6590 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2002/12/12 16:23:15
Modified files: dlls/winmm/wavemap: wavemap.c dlls/winmm/tests: wave.c
Log message: Francois Gouget fgouget@codeweavers.com 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!
Patch: http://cvs.winehq.com/patch.py?id=6590
Old revision New revision Changes Path 1.24 1.25 +2 -1 wine/dlls/winmm/wavemap/wavemap.c 1.2 1.3 +36 -39 wine/dlls/winmm/tests/wave.c