Nikolay Sivov : combase: Move CoGetClassObject().

Alexandre Julliard julliard at winehq.org
Thu Aug 27 15:26:49 CDT 2020


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

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Thu Aug 27 11:37:48 2020 +0300

combase: Move CoGetClassObject().

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       |  23 +---
 dlls/combase/combase.c         | 209 +++++++++++++++++++++++++++++++++++-
 dlls/combase/combase.spec      |   3 +-
 dlls/combase/combase_private.h |  34 ++++++
 dlls/combase/rpc.c             | 238 +++++++++++++++++++++++++++++++++++++++++
 dlls/ole32/compobj.c           | 203 -----------------------------------
 dlls/ole32/compobj_private.h   |   5 -
 dlls/ole32/ole32.spec          |   2 +-
 dlls/ole32/rpc.c               | 228 ---------------------------------------
 9 files changed, 481 insertions(+), 464 deletions(-)

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



More information about the wine-cvs mailing list