ChangeSet ID: 9878 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/10/27 16:08:38
Modified files: include : dsound.h dlls/dmloader : loaderstream.c loader.c container.c dlls/dmime : performance.c
Log message: Raphael Junqueira fenix@club-internet.fr - Some fixes on DirectSound init (need SetCooperativeLevel as seen in msdn) on IDirectMusicPerformance8::InitAudio. - Some fixes in IDirectMusicPerformance8ImplCreateStandardAudioPath (not perfect yet, need to understand/fix the channel init/use). - Fix typo on CreateDirectMusicContainer. - Add missing define in dsound.h. - Better traces on IDirectMusicLoader8::SetSearchDirectory.
Patch: http://cvs.winehq.com/patch.py?id=9878
Old revision New revision Changes Path 1.40 1.41 +1 -0 wine/include/dsound.h 1.4 1.5 +7 -8 wine/dlls/dmloader/loaderstream.c 1.5 1.6 +1 -1 wine/dlls/dmloader/loader.c 1.3 1.4 +1 -1 wine/dlls/dmloader/container.c 1.3 1.4 +59 -12 wine/dlls/dmime/performance.c