Rémi Bernon : widl: Support WinRT apicontract type.

Alexandre Julliard julliard at winehq.org
Tue Dec 1 15:40:36 CST 2020


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

Author: Rémi Bernon <rbernon at codeweavers.com>
Date:   Tue Dec  1 15:01:56 2020 +0100

widl: Support WinRT apicontract type.

Signed-off-by: Rémi Bernon <rbernon at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 include/Makefile.in            |   1 +
 include/windows.foundation.idl |   1 +
 include/windowscontracts.idl   |  33 ++++++
 tools/widl/expr.c              |   1 +
 tools/widl/header.c            |  27 +++++
 tools/widl/parser.l            |   1 +
 tools/widl/parser.y            | 239 +++++++++++++++++++++++------------------
 tools/widl/typegen.c           |   6 ++
 tools/widl/typelib.c           |   3 +-
 tools/widl/typetree.h          |   3 +
 tools/widl/widltypes.h         |   1 +
 11 files changed, 211 insertions(+), 105 deletions(-)

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



More information about the wine-cvs mailing list