ChangeSet ID: 12311 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/05/10 14:56:17
Modified files: dlls/dmscript : script.c dmscript_private.h dlls/dmime : segment.c performance.c dmime_private.h dmime_main.c audiopath.c
Log message: Raphael Junqueira fenix@club-internet.fr - Release DSBuffer on AudioPath destruction. - Semi stub for AudioPath Activate. - IDirectMusicPerformance8::CreateAudioPath stub. - Most of the IDirectMusicSegment8_[Set,Get]* (using header). - Load of Streamer IDirectMusicSegment8 header.
Patch: http://cvs.winehq.org/patch.py?id=12311
Old revision New revision Changes Path 1.10 1.11 +169 -167 wine/dlls/dmscript/script.c 1.6 1.7 +1 -0 wine/dlls/dmscript/dmscript_private.h 1.7 1.8 +154 -62 wine/dlls/dmime/segment.c 1.10 1.11 +23 -2 wine/dlls/dmime/performance.c 1.9 1.10 +5 -1 wine/dlls/dmime/dmime_private.h 1.5 1.6 +18 -0 wine/dlls/dmime/dmime_main.c 1.6 1.7 +21 -10 wine/dlls/dmime/audiopath.c