wine/ include/mmsystem.h dlls/winmm/winmm.c dl ...

Alexandre Julliard julliard at winehq.org
Tue Jul 1 19:40:15 CDT 2003


ChangeSet ID:	8657
CVSROOT:	/home/winehq/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2003/07/01 19:40:15

Modified files:
	include        : mmsystem.h 
	dlls/winmm     : winmm.c mmsystem.c mmio.c 
	dlls/msvideo   : msvideo_main.c 
	dlls/msacm     : wineacm.h stream.c internal.c driver.c 

Log message:
	Eric Pouech <pouech-eric at wanadoo.fr>
	- renamed winmm.OpenDriverW into winmm.OpenDriver
	- replaced all inter-DLL calls (msacm and msvideo) to OpenDriverA with
	OpenDriver (unicode form)
	- as a consequence, driver name handling in msacm is now mostly
	unicode
	- moved UserYield16 and UnMapLS call out of the 32bit part of winmm

Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=8657

Old revision  New revision  Changes     Path
 1.63          1.64          +5 -3       wine/include/mmsystem.h
 1.17          1.18          +18 -3      wine/dlls/winmm/winmm.c
 1.92          1.93          +8 -8       wine/dlls/winmm/mmsystem.c
 1.38          1.39          +4 -9       wine/dlls/winmm/mmio.c
 1.50          1.51          +38 -35     wine/dlls/msvideo/msvideo_main.c
 1.10          1.11          +3 -3       wine/dlls/msacm/wineacm.h
 1.13          1.14          +1 -1       wine/dlls/msacm/stream.c
 1.15          1.16          +44 -30     wine/dlls/msacm/internal.c
 1.21          1.22          +3 -6       wine/dlls/msacm/driver.c




More information about the wine-cvs mailing list