ChangeSet ID: 10626 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard(a)wine.codeweavers.com 2004/01/09 16:06:54 Modified files: include : dsound.h dlls/dsound : primary.c dsound_private.h dsound_main.c buffer.c Log message: Robert Reif <reif(a)earthlink.net> Added some missing defines and a struct. Fixed some const * arguments. Patch: http://cvs.winehq.com/patch.py?id=10626 Old revision New revision Changes Path 1.41 1.42 +67 -22 wine/include/dsound.h 1.20 1.21 +3 -3 wine/dlls/dsound/primary.c 1.12 1.13 +2 -2 wine/dlls/dsound/dsound_private.h 1.94 1.95 +1 -1 wine/dlls/dsound/dsound_main.c 1.20 1.21 +5 -5 wine/dlls/dsound/buffer.c