ChangeSet ID: 5707 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard(a)wine.codeweavers.com 2002/10/09 22:43:54 Modified files: dlls/winmm : Makefile.in mci.c mmsystem.c winemm.h Added files: dlls/winmm : playsound.c winmm.c Log message: Eric Pouech <eric.pouech(a)wanadoo.fr> Started putting all 16 bit code in separate files. Patch: http://cvs.winehq.com/patch.py?id=5707 Old revision New revision Changes Path 1.26 1.27 +4 -2 wine/dlls/winmm/Makefile.in 1.32 1.33 +6 -6 wine/dlls/winmm/mci.c 1.70 1.71 +78 -3440 wine/dlls/winmm/mmsystem.c 1.21 1.22 +14 -0 wine/dlls/winmm/winemm.h Added 1.1 +0 -0 wine/dlls/winmm/playsound.c Added 1.1 +0 -0 wine/dlls/winmm/winmm.c