Nikolay Sivov : combase: Move core apartment and activation functionality.
Module: wine Branch: master Commit: ae969df3bc992a6c1c0084cd6eb30c68a2fd6d04 URL: https://source.winehq.org/git/wine.git/?a=commit;h=ae969df3bc992a6c1c0084cd6... Author: Nikolay Sivov <nsivov(a)codeweavers.com> Date: Tue Aug 25 18:18:16 2020 +0300 combase: Move core apartment and activation functionality. Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com> Signed-off-by: Huw Davies <huw(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/combase/Makefile.in | 1 + dlls/{ole32 => combase}/apartment.c | 94 ++++++++++++++++++++++--------------- dlls/combase/combase.c | 19 ++++++++ dlls/combase/combase.spec | 16 +++++++ dlls/combase/combase_private.h | 42 +++++++++++++++++ dlls/ole32/Makefile.in | 1 - dlls/ole32/compobj.c | 10 ++-- dlls/ole32/compobj_private.h | 31 ++++++------ dlls/ole32/marshal.c | 2 +- dlls/ole32/ole32.spec | 5 ++ dlls/ole32/rpc.c | 4 +- dlls/ole32/stubmanager.c | 5 ++ 12 files changed, 165 insertions(+), 65 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=ae969df3bc992a6c1c008...
participants (1)
-
Alexandre Julliard