ChangeSet ID: 13117
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/07/30 13:44:09
Modified files:
dlls/ole32 : compobj.c
Log message:
Mike Hearn <mh(a)codeweavers.com>
Don't marshal IClassFactory into the local server pipe until we have
connected, otherwise we might end up with stubs that are never used.
Patch: http://cvs.winehq.org/patch.py?id=13117
Old revision New revision Changes Path
1.99 1.100 +43 -32 wine/dlls/ole32/compobj.c
ChangeSet ID: 13114
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/07/30 13:42:51
Modified files:
dlls/dsound/tests: dsound_test.h dsound.c ds3d.c Makefile.in
.cvsignore
Added files:
dlls/dsound/tests: dsound8.c ds3d8.c
Log message:
Robert Reif <reif(a)earthlink.net>
Refactored common test code into subroutines.
Added tests for correct Compact behavior.
Added tests for all possible IDirectSound[8] creation modes with good
and bad arguments.
Split dsound.c and ds3d.c into separate files for IDirectSound and
IDirectSound8 interfaces and added code to not execute IDirectSound8
tests when run with a dsound.dll of version 7 or earlier. We should
now be able to run these tests on a Windows system with DX7 or earlier
(untested).
Patch: http://cvs.winehq.org/patch.py?id=13114
Old revision New revision Changes Path
1.2 1.3 +3 -0 wine/dlls/dsound/tests/dsound_test.h
1.31 1.32 +239 -573 wine/dlls/dsound/tests/dsound.c
1.5 1.6 +1 -47 wine/dlls/dsound/tests/ds3d.c
1.9 1.10 +2 -0 wine/dlls/dsound/tests/Makefile.in
1.5 1.6 +2 -0 wine/dlls/dsound/tests/.cvsignore
Added 1.1 +0 -0 wine/dlls/dsound/tests/dsound8.c
Added 1.1 +0 -0 wine/dlls/dsound/tests/ds3d8.c