Nikolay Sivov : combase: Move server class registration.

Alexandre Julliard julliard at winehq.org
Fri Aug 28 15:17:58 CDT 2020


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

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Fri Aug 28 11:05:18 2020 +0300

combase: Move server class registration.

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/apartment.c       |  10 +-
 dlls/combase/combase.c         | 274 ++++++++++++++++++++++++++++++-
 dlls/combase/combase.spec      |   9 +-
 dlls/combase/combase_private.h |   9 +-
 dlls/combase/rpc.c             | 170 +++++++++++++++++++
 dlls/ole32/compobj.c           | 361 -----------------------------------------
 dlls/ole32/compobj_private.h   |   8 -
 dlls/ole32/ole32.spec          |  10 +-
 dlls/ole32/rpc.c               | 179 --------------------
 9 files changed, 457 insertions(+), 573 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=fad7818e2865cf8ad2f2380f9094a9ac797180bc



More information about the wine-cvs mailing list