Module: wine Branch: master Commit: c7d68454af3d844dffd4fc71bab5df6180f65560 URL: https://source.winehq.org/git/wine.git/?a=commit;h=c7d68454af3d844dffd4fc71b...
Author: Richard Pospesel richard@torproject.org Date: Fri Jul 5 14:51:31 2019 -0700
widl: Refactor to have array type's element use decl_spec_t rather than type_t.
Signed-off-by: Richard Pospesel richard@torproject.org Signed-off-by: Zebediah Figura z.figura12@gmail.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
tools/widl/expr.c | 4 ++-- tools/widl/header.c | 8 +++---- tools/widl/header.h | 2 +- tools/widl/parser.y | 16 ++++++------- tools/widl/typegen.c | 60 ++++++++++++++++++++++++------------------------- tools/widl/typelib.c | 4 ++-- tools/widl/typetree.c | 2 +- tools/widl/typetree.h | 9 ++++++-- tools/widl/widltypes.h | 2 +- tools/widl/write_msft.c | 12 +++++----- 10 files changed, 62 insertions(+), 57 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=c7d68454af3d844dffd4f...