ole32: Add cross-process running-object table support. (RESEND)

Robert Shearman rob at codeweavers.com
Mon Sep 10 10:10:45 CDT 2007


---
  dlls/ole32/Makefile.in      |    3
  dlls/ole32/irot.idl         |   19 ++
  dlls/ole32/moniker.c        |  383 
++++++++++++++++++++++++++++++++++---------
  include/wine/irot.idl       |   93 ++++++++++
  programs/rpcss/Makefile.in  |    6 +
  programs/rpcss/irot.idl     |   19 ++
  programs/rpcss/irotp.c      |  365 
+++++++++++++++++++++++++++++++++++++++++
  programs/rpcss/rpcss_main.c |   19 ++
  8 files changed, 828 insertions(+), 79 deletions(-)

With fix for comments from Dmitry to not use do { ... } while(0) which 
didn't do what I wanted it to do - it now uses while (TRUE) { ... } 
instead.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 57589504a9b5a81927f2aa778516af009069d5ab.diff
Type: text/x-patch
Size: 39662 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20070910/426f5271/57589504a9b5a81927f2aa778516af009069d5ab-0001.bin


More information about the wine-patches mailing list