Nikolay Sivov : combase: Move remaining marshalling code.

Alexandre Julliard julliard at winehq.org
Tue Sep 1 15:43:31 CDT 2020


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

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Tue Sep  1 15:16:32 2020 +0100

combase: Move remaining marshalling code.

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       |    8 +-
 dlls/combase/combase.spec      |   15 +-
 dlls/combase/combase_private.h |   22 +-
 dlls/combase/marshal.c         | 1493 +++++++++++++++++++++++++++++++++++-
 dlls/combase/stubmanager.c     |   18 +-
 dlls/ole32/compobj_private.h   |   23 +-
 dlls/ole32/marshal.c           | 1661 +---------------------------------------
 dlls/ole32/ole32.spec          |    9 +-
 dlls/ole32/rpc.c               |    8 +-
 9 files changed, 1533 insertions(+), 1724 deletions(-)

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



More information about the wine-cvs mailing list