Module: wine Branch: master Commit: 6074eeda838a8dc5eb48dff9fe2540af76916e55 URL: https://source.winehq.org/git/wine.git/?a=commit;h=6074eeda838a8dc5eb48dff9f...
Author: Nikolay Sivov nsivov@codeweavers.com Date: Tue Sep 1 15:16:29 2020 +0100
combase: Move stub manager.
Signed-off-by: Nikolay Sivov nsivov@codeweavers.com Signed-off-by: Huw Davies huw@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/combase/Makefile.in | 2 + dlls/combase/apartment.c | 5 +- dlls/combase/combase.c | 84 ++++++++++++++++++++++ dlls/combase/combase.spec | 17 ++++- dlls/combase/combase_private.h | 101 ++++++++++++++++++-------- dlls/combase/dcom.idl | 62 ++++++++++++++++ dlls/{ole32 => combase}/stubmanager.c | 131 ++++++++++++++++++---------------- dlls/ole32/Makefile.in | 1 - dlls/ole32/compobj.c | 121 ------------------------------- dlls/ole32/compobj_private.h | 23 +----- dlls/ole32/marshal.c | 12 +++- dlls/ole32/ole32.spec | 9 ++- dlls/ole32/rpc.c | 8 ++- 13 files changed, 330 insertions(+), 246 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=6074eeda838a8dc5eb48d...