ChangeSet ID: 12781
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)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(a)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
ChangeSet ID: 12778
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/07/03 19:10:55
Modified files:
dlls/dbghelp : symbol.c stabs.c module.c elf_module.c
dbghelp_private.h dbghelp.c
Log message:
Eric Pouech <pouech-eric(a)wanadoo.fr>
- added support for GCC static local variables
- fixed some bugs in SYMOPT_NO_PUBLICS and SYMOPT_PUBLICS_ONLY
handling
- in stabs parsing, just drop any debug info for a module if stabs
parsing fails (instead of assert()'ing)
- symbol lookup now allows lookup in pure ELF modules
- fixed some bugs in symbol enumeration
Patch: http://cvs.winehq.org/patch.py?id=12778
Old revision New revision Changes Path
1.6 1.7 +23 -6 wine/dlls/dbghelp/symbol.c
1.4 1.5 +25 -5 wine/dlls/dbghelp/stabs.c
1.3 1.4 +42 -3 wine/dlls/dbghelp/module.c
1.7 1.8 +54 -27 wine/dlls/dbghelp/elf_module.c
1.4 1.5 +7 -1 wine/dlls/dbghelp/dbghelp_private.h
1.4 1.5 +0 -2 wine/dlls/dbghelp/dbghelp.c