Separated DirectSoundCreate8 into two functions and added a
commit31f817b6f9e5587c05df0b7e7d6bea8470c3bbb0
authorRobert Reif <reif@earthlink.net>
Sun, 4 Jul 2004 00:13:44 +0000 (4 00:13 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sun, 4 Jul 2004 00:13:44 +0000 (4 00:13 +0000)
treec8de914ae3ea6b70011300f04b7fe778b7e58913
parent87bacf46ae5d1d0cc3c879b271d7c6dd4fb18043
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.
dlls/dsound/Makefile.in
dlls/dsound/dsound.c [new file with mode: 0644]
dlls/dsound/dsound.spec
dlls/dsound/dsound_main.c
dlls/dsound/dsound_private.h
dlls/dsound/tests/dsound.c
include/dsound.h