ChangeSet ID: 12781 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/07/03 19:13:45
Modified files: include : dsound.h dlls/dsound/tests: dsound.c dlls/dsound : dsound_private.h dsound_main.c dsound.spec Makefile.in Added files: dlls/dsound : dsound.c
Log message: Robert Reif reif@earthlink.net Separated DirectSoundCreate8 into two functions and added a IDirectSound implementation. Added proper COM behavior for QueryInterface for IDirectSound and IDirectSound8. Fixed a bug in the dsound.h header file for IDirectSound8 CreateSoundBuffer and DuplicateSoundBuffer. Added new tests for proper COM behavior and enables some commented out code for tests that work on windows. Added new tests for IDirectSound8.
Patch: http://cvs.winehq.org/patch.py?id=12781
Old revision New revision Changes Path 1.44 1.45 +2 -2 wine/include/dsound.h 1.21 1.22 +118 -10 wine/dlls/dsound/tests/dsound.c 1.15 1.16 +81 -12 wine/dlls/dsound/dsound_private.h 1.99 1.100 +0 -767 wine/dlls/dsound/dsound_main.c 1.16 1.17 +1 -1 wine/dlls/dsound/dsound.spec 1.20 1.21 +1 -0 wine/dlls/dsound/Makefile.in Added 1.1 +0 -0 wine/dlls/dsound/dsound.c