ChangeSet ID: 13427 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/08/20 15:01:32
Modified files: include : mmddk.h dlls/winmm/wineoss: 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: audio.c dlls/winmm : lolvldrv.c dlls/dsound : propset.c dsound_private.h dsound_main.c dsound.c capture.c
Log message: Robert Reif reif@earthlink.net Remove wine specific DRV_QUERYDSOUNDGUID message and calculate it in dsound.dll (like in 2k/xp).
Patch: http://cvs.winehq.org/patch.py?id=13427
Old revision New revision Changes Path 1.20 1.21 +0 -1 wine/include/mmddk.h 1.144 1.145 +0 -31 wine/dlls/winmm/wineoss/audio.c 1.16 1.17 +0 -8 wine/dlls/winmm/winenas/audio.c 1.15 1.16 +0 -8 wine/dlls/winmm/winejack/audio.c 1.16 1.17 +0 -16 wine/dlls/winmm/wineaudioio/audio.c 1.22 1.23 +0 -8 wine/dlls/winmm/winearts/audio.c 1.51 1.52 +0 -34 wine/dlls/winmm/winealsa/audio.c 1.58 1.59 +0 -1 wine/dlls/winmm/lolvldrv.c 1.20 1.21 +161 -198 wine/dlls/dsound/propset.c 1.22 1.23 +3 -0 wine/dlls/dsound/dsound_private.h 1.104 1.105 +72 -61 wine/dlls/dsound/dsound_main.c 1.14 1.15 +2 -17 wine/dlls/dsound/dsound.c 1.28 1.29 +35 -56 wine/dlls/dsound/capture.c