wine/dlls/winmm wineoss/mmaux.c wineoss/mixer. ...

Alexandre Julliard julliard at winehq.org
Mon Dec 6 14:55:26 CST 2004


ChangeSet ID:	14706
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2004/12/06 14:55:26

Modified files:
	dlls/winmm/wineoss: mmaux.c mixer.c midi.c dsrender.c 
	                    dscapture.c audio.h audio.c 
	dlls/winmm/winenas: audio.c 
	dlls/winmm/winejack: audio.c 
	dlls/winmm/wineaudioio: audio.c 
	dlls/winmm/winearts: audio.c 
	dlls/winmm/winealsa: midi.c audio_05.c audio.c 
	dlls/winmm/wavemap: wavemap.c 
	dlls/winmm/midimap: midimap.c 
	dlls/winmm/joystick: joystick.c Makefile.in 
	dlls/winmm     : winmm.c playsound.c mmsystem.c message16.c 
	                 joystick.c 

Log message:
	Eric Pouech <pouech-eric at wanadoo.fr>
	Filip Navara <xnavara at volny.cz>
	32 bit low level drivers now use a Unicode interface (used to be ANSI):
	- Send the *_GETDEVCAPS messages in unicode format from the
	*GetDevCapsW function and call the *GetDevCapsW from their respective
	Ansi versions.
	- Modify all low level drivers to correctly process the *_GETDEVCAPS
	messages as unicode.
	- *_GETDEVCAPS messages are now mapped from/to unicode for 16 bit code.
	- Removed all SoundBlaster naming oldies.
	Better use of some unicode functions (instead of Ansi) in winmm.

Patch: http://cvs.winehq.org/patch.py?id=14706

Old revision  New revision  Changes     Path
 1.11          1.12          +7 -45      wine/dlls/winmm/wineoss/mmaux.c
 1.31          1.32          +46 -41     wine/dlls/winmm/wineoss/mixer.c
 1.39          1.40          +28 -16     wine/dlls/winmm/wineoss/midi.c
 1.1           1.2           +2 -2       wine/dlls/winmm/wineoss/dsrender.c
 1.2           1.3           +3 -5       wine/dlls/winmm/wineoss/dscapture.c
 1.1           1.2           +3 -3       wine/dlls/winmm/wineoss/audio.h
 1.149         1.150         +50 -41     wine/dlls/winmm/wineoss/audio.c
 1.18          1.19          +11 -22     wine/dlls/winmm/winenas/audio.c
 1.16          1.17          +11 -31     wine/dlls/winmm/winejack/audio.c
 1.19          1.20          +41 -62     wine/dlls/winmm/wineaudioio/audio.c
 1.24          1.25          +24 -36     wine/dlls/winmm/winearts/audio.c
 1.10          1.11          +22 -16     wine/dlls/winmm/winealsa/midi.c
 1.12          1.13          +11 -8      wine/dlls/winmm/winealsa/audio_05.c
 1.58          1.59          +16 -13     wine/dlls/winmm/winealsa/audio.c
 1.37          1.38          +14 -10     wine/dlls/winmm/wavemap/wavemap.c
 1.17          1.18          +31 -22     wine/dlls/winmm/midimap/midimap.c
 1.16          1.17          +26 -19     wine/dlls/winmm/joystick/joystick.c
 1.11          1.12          +1 -1       wine/dlls/winmm/joystick/Makefile.in
 1.46          1.47          +278 -272   wine/dlls/winmm/winmm.c
 1.12          1.13          +2 -2       wine/dlls/winmm/playsound.c
 1.110         1.111         +6 -6       wine/dlls/winmm/mmsystem.c
 1.11          1.12          +43 -37     wine/dlls/winmm/message16.c
 1.27          1.28          +42 -36     wine/dlls/winmm/joystick.c




More information about the wine-cvs mailing list