Nikolay Sivov : ole32: Implement MTA pinning with CoIncrementMTAUsage()/CoDecrementMTAUsage().

Alexandre Julliard julliard at winehq.org
Thu Feb 13 15:36:31 CST 2020


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

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Thu Feb 13 13:50:13 2020 +0300

ole32: Implement MTA pinning with CoIncrementMTAUsage()/CoDecrementMTAUsage().

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>

---

 .../api-ms-win-core-com-l1-1-0.spec                |  4 +-
 .../api-ms-win-core-com-l1-1-1.spec                |  4 +-
 dlls/combase/combase.spec                          |  4 +-
 dlls/ole32/compobj.c                               | 67 ++++++++++++++++++++++
 dlls/ole32/compobj_private.h                       |  2 +
 dlls/ole32/ole32.spec                              |  2 +
 dlls/ole32/tests/compobj.c                         | 41 +++++++++++++
 include/objbase.h                                  |  4 ++
 8 files changed, 122 insertions(+), 6 deletions(-)

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



More information about the wine-cvs mailing list