ChangeSet ID: 6592
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/12/12 16:23:55
Modified files:
tools/wrc : wrc.c
Log message:
Dimitrie O. Paun <dpaun(a)rogers.com>
Do not display the long options in the usage message if we don't
actually support them. Small other cleanups.
Patch: http://cvs.winehq.com/patch.py?id=6592
Old revision New revision Changes Path
1.20 1.21 +8 -8 wine/tools/wrc/wrc.c
ChangeSet ID: 6590
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)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(a)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