ChangeSet ID: 6089
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/10/29 16:02:00
Modified files:
dlls/winmm : winmm.c winemm.h mmsystem.c joystick.c
Makefile.in
Log message:
Eric Pouech <eric.pouech(a)wanadoo.fr>
- internal renaming (no longer using MMSYSTEM prefixes for WINMM only
functions)
- moved time 16/32 conversions functions to 16 bit source files
- final Makefile changes (16 bit part can now really be not compiled
when -disable-win16 is requested)
Patch: http://cvs.winehq.com/patch.py?id=6089
Old revision New revision Changes Path
1.5 1.6 +26 -55 wine/dlls/winmm/winmm.c
1.38 1.39 +15 -18 wine/dlls/winmm/winemm.h
1.81 1.82 +37 -12 wine/dlls/winmm/mmsystem.c
1.20 1.21 +0 -1 wine/dlls/winmm/joystick.c
1.29 1.30 +2 -2 wine/dlls/winmm/Makefile.in