ChangeSet ID: 9328 CVSROOT: /home/winehq/opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/09/15 15:13:30
Modified files: include : mmsystem.h mmddk.h dlls/winmm : winmm.spec winmm.c mmsystem.c mmio.c mci.c driver.c
Log message: Eric Pouech pouech-eric@wanadoo.fr - Moved Wine extension to get DSound interface from a wave device from include/mmsystem.h to include/mmddk.h. - Removed all dependencies on heap.h. - Fixed a few prototypes (mmioRename[AW], mciSendStringW, *Message).
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=9328
Old revision New revision Changes Path 1.68 1.69 +8 -11 wine/include/mmsystem.h 1.17 1.18 +4 -0 wine/include/mmddk.h 1.19 1.20 +3 -3 wine/dlls/winmm/winmm.spec 1.19 1.20 +17 -12 wine/dlls/winmm/winmm.c 1.95 1.96 +22 -10 wine/dlls/winmm/mmsystem.c 1.40 1.41 +46 -14 wine/dlls/winmm/mmio.c 1.45 1.46 +10 -1 wine/dlls/winmm/mci.c 1.23 1.24 +25 -4 wine/dlls/winmm/driver.c