Rémi Bernon : widl: Support WinRT runtimeclass type parsing.

Alexandre Julliard julliard at winehq.org
Thu Jan 28 15:41:40 CST 2021


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

Author: Rémi Bernon <rbernon at codeweavers.com>
Date:   Wed Jan 27 21:20:45 2021 +0100

widl: Support WinRT runtimeclass type parsing.

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

---

 tools/widl/expr.c      |   1 +
 tools/widl/header.c    |  44 +++++++-
 tools/widl/header.h    |   1 -
 tools/widl/parser.l    |   1 +
 tools/widl/parser.y    | 269 ++++++++++++++++++++++++++++---------------------
 tools/widl/typegen.c   |   4 +
 tools/widl/typelib.c   |   1 +
 tools/widl/typetree.c  |  19 ++++
 tools/widl/typetree.h  |  24 +++++
 tools/widl/widltypes.h |   7 ++
 10 files changed, 256 insertions(+), 115 deletions(-)

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



More information about the wine-cvs mailing list