ChangeSet ID: 12668
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/06/17 18:03:26
Modified files:
dlls/oleaut32 : tmarshal.c
Log message:
Mike Hearn <mh(a)codeweavers.com>
Fix typelib marshaller relaying, add a comment describing what it is,
don't print the ugly L"" parts of Unicode strings in the relay trace.
Patch: http://cvs.winehq.org/patch.py?id=12668
Old revision New revision Changes Path
1.24 1.25 +79 -69 wine/dlls/oleaut32/tmarshal.c
ChangeSet ID: 12667
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/06/17 18:03:12
Modified files:
dlls/dsound/tests: dsound.c capture.c Makefile.in .cvsignore
Added files:
dlls/dsound/tests: dsound_test.h ds3d.c
Log message:
Francois Gouget <fgouget(a)codeweavers.com>
Split the 'dsound' test into two parts:
- the sound format test. Plays a 5 second reference tone to help
debug issues with the tone duration and help detect stutter issues.
Prints explanations describing the sound format interactive
test. Then plays a 1 second test tone for each supported sound
format.
- the 3D sound tests. Performs the volume, panning, moving listener
tests, etc.
Patch: http://cvs.winehq.org/patch.py?id=12667
Old revision New revision Changes Path
1.20 1.21 +108 -873 wine/dlls/dsound/tests/dsound.c
1.4 1.5 +1 -39 wine/dlls/dsound/tests/capture.c
1.6 1.7 +1 -0 wine/dlls/dsound/tests/Makefile.in
1.4 1.5 +1 -0 wine/dlls/dsound/tests/.cvsignore
Added 1.1 +0 -0 wine/dlls/dsound/tests/dsound_test.h
Added 1.1 +0 -0 wine/dlls/dsound/tests/ds3d.c