[PATCH 2/2] ole32: Shortcut the RPC runtime for allocation of the message when processing the COM call by just sending a message to a window in the process. [try 2]

Robert Shearman rob at codeweavers.com
Fri Jan 4 11:03:14 CST 2008


---
  dlls/ole32/compobj.c         |    2 +-
  dlls/ole32/compobj_private.h |    2 +-
  dlls/ole32/rpc.c             |   60 
+++++++++++++++++++++++++++++++++++++-----
  3 files changed, 55 insertions(+), 9 deletions(-)

The previous version of this patch was using some client-only members on 
the server side. The version introduces a new member, bypass_rpcrt which 
should make the code clearer and it is initialised on both sides so it 
now works properly.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: b4a0ffa9f92be72025dc66e4a0b70dc131df49a0.diff
Type: text/x-patch
Size: 7010 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20080104/f6b3e858/attachment.bin 


More information about the wine-patches mailing list