ChangeSet ID: 6653 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard(a)wine.codeweavers.com 2002/12/14 20:59:50 Modified files: include : mmsystem.h dlls/winmm/wavemap: wavemap.c dlls/winmm : winmm.c mmsystem.c Log message: Francois Gouget <fgouget(a)codeweavers.com> In the latest sdk the {waveOut,midiOut}{Get,Set}Volume functions take a handle as the first parameter. Patch: http://cvs.winehq.com/patch.py?id=6653 Old revision New revision Changes Path 1.59 1.60 +4 -4 wine/include/mmsystem.h 1.27 1.28 +2 -2 wine/dlls/winmm/wavemap/wavemap.c 1.11 1.12 +12 -12 wine/dlls/winmm/winmm.c 1.87 1.88 +4 -4 wine/dlls/winmm/mmsystem.c