Nikolay Sivov : combase: Implement CoCreateInstanceFromApp().

Alexandre Julliard julliard at winehq.org
Wed Sep 9 15:42:28 CDT 2020


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

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Wed Sep  9 12:44:28 2020 +0300

combase: Implement CoCreateInstanceFromApp().

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                |   2 +-
 .../api-ms-win-core-com-l1-1-1.spec                |   2 +-
 dlls/combase/combase.c                             | 110 +++++++++++--------
 dlls/combase/combase.spec                          |   2 +-
 dlls/ole32/ole32.spec                              |   1 +
 dlls/ole32/tests/compobj.c                         | 122 +++++++++++++++++++++
 include/objbase.h                                  |   2 +
 include/wtypes.idl                                 |  41 ++++---
 8 files changed, 217 insertions(+), 65 deletions(-)

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



More information about the wine-cvs mailing list