ChangeSet ID: 8927 CVSROOT: /home/winehq/opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/08/06 17:57:24
Modified files: dlls/dsound : sound3d.c propset.c primary.c dsound_private.h dsound_main.c capture.c buffer.c
Log message: Robert Reif reif@earthlink.net Added class factories for DirectSoundCapture, DirectSoundFullDuplex and DirectSoundPrivate. Added error checking to QueryInterface and CreateInterface. Added some more functionality to property sets.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=8927
Old revision New revision Changes Path 1.24 1.25 +7 -1 wine/dlls/dsound/sound3d.c 1.7 1.8 +223 -42 wine/dlls/dsound/propset.c 1.14 1.15 +5 -0 wine/dlls/dsound/primary.c 1.7 1.8 +14 -0 wine/dlls/dsound/dsound_private.h 1.85 1.86 +137 -21 wine/dlls/dsound/dsound_main.c 1.12 1.13 +169 -1 wine/dlls/dsound/capture.c 1.11 1.12 +10 -0 wine/dlls/dsound/buffer.c