Module: wine Branch: master Commit: d1ec56c87160631d5cf8d20423b387c8365f74e5 URL: http://source.winehq.org/git/wine.git/?a=commit;h=d1ec56c87160631d5cf8d20423...
Author: Rob Shearman rob@codeweavers.com Date: Mon Mar 26 18:23:16 2007 +0100
ole32: Generate OXID_INFO in the stub manager.
Copy the OXID_INFO from the stub manager, if available, in proxy_manager_construct. Otherwise, attempt to resolve it.
Use ipidRemUnknown from OXID_INFO in the proxy manager instead of magically generating the IPID for RemUnknown.
---
dlls/ole32/compobj_private.h | 3 ++ dlls/ole32/marshal.c | 57 ++++++++++++++++++++++++++--------------- dlls/ole32/rpc.c | 17 ++++++++++++ dlls/ole32/stubmanager.c | 35 +++++++++++++++---------- 4 files changed, 77 insertions(+), 35 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=d1ec56c87160631d5cf8d2...