Nikolay Sivov : combase: Move CoGetCurrentProcess().

Alexandre Julliard julliard at winehq.org
Fri Aug 21 16:43:25 CDT 2020


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

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Fri Aug 21 11:37:20 2020 +0300

combase: Move CoGetCurrentProcess().

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           |   4 +
 dlls/combase/combase.c             |  16 ++++
 dlls/combase/combase.spec          |   2 +-
 dlls/combase/combase_private.h     |   3 +
 dlls/{ole32 => combase}/irpcss.idl |   0
 dlls/combase/rpc.c                 | 155 +++++++++++++++++++++++++++++++++++++
 dlls/ole32/Makefile.in             |   1 -
 dlls/ole32/compobj.c               |  16 ----
 dlls/ole32/compobj_private.h       |   2 -
 dlls/ole32/moniker.c               |  44 -----------
 dlls/ole32/ole32.spec              |   2 +-
 11 files changed, 180 insertions(+), 65 deletions(-)

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



More information about the wine-cvs mailing list