Nikolay Sivov : combase: Move core apartment and activation functionality.

Alexandre Julliard julliard at winehq.org
Wed Aug 26 15:24:44 CDT 2020


Module: wine
Branch: master
Commit: ae969df3bc992a6c1c0084cd6eb30c68a2fd6d04
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=ae969df3bc992a6c1c0084cd6eb30c68a2fd6d04

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Tue Aug 25 18:18:16 2020 +0300

combase: Move core apartment and activation functionality.

Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
Signed-off-by: Huw Davies <huw at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at 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=ae969df3bc992a6c1c0084cd6eb30c68a2fd6d04



More information about the wine-cvs mailing list