Module: wine Branch: master Commit: 5788ee9f05fb3ca716e0f97ad04c7f14edafe472 URL: http://source.winehq.org/git/wine.git/?a=commit;h=5788ee9f05fb3ca716e0f97ad0...
Author: Rob Shearman rob@codeweavers.com Date: Tue Dec 19 19:35:42 2006 +0000
ole32: Implement CoRegisterChannelHook and call channel hook methods on the client side.
---
dlls/ole32/compobj.c | 21 +++++ dlls/ole32/compobj_private.h | 2 + dlls/ole32/ole32.spec | 2 +- dlls/ole32/rpc.c | 206 +++++++++++++++++++++++++++++++++++++++++- 4 files changed, 226 insertions(+), 5 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=5788ee9f05fb3ca716e0f9...