ChangeSet ID: 19848
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/08/27 04:25:16
Modified files:
dlls/ole32/tests: marshal.c
dlls/ole32 : marshal.c compobj_private.h
Log message:
Robert Shearman <rob(a)codeweavers.com>
- Implement IMarshal on proxies so that we don't end up with proxies
to proxies, causing potential deadlock issues and performance
problems.
- Add a test for this situation and remove the todo_wine from another
test that now succeeds.
Patch: http://cvs.winehq.org/patch.py?id=19848
Old revision New revision Changes Path
1.25 1.26 +61 -1 wine/dlls/ole32/tests/marshal.c
1.79 1.80 +90 -13 wine/dlls/ole32/marshal.c
1.54 1.55 +2 -1 wine/dlls/ole32/compobj_private.h