- Implement IMarshal on proxies so that we don't end up with proxies
commitdab603def34baf54be015e595a4ed03cff550dad
authorRobert Shearman <rob@codeweavers.com>
Sat, 27 Aug 2005 09:25:16 +0000 (27 09:25 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sat, 27 Aug 2005 09:25:16 +0000 (27 09:25 +0000)
treece4dc33db6e934d3cf6a53a56bfefec737f8b466
parent3d3043a5fcf5d16535e07cf916b8381ea62eb105
- 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.
dlls/ole32/compobj_private.h
dlls/ole32/marshal.c
dlls/ole32/tests/marshal.c