Module: wine Branch: master Commit: 76512154f819b489ae5f5eaa1eba5037ec40765c URL: https://source.winehq.org/git/wine.git/?a=commit;h=76512154f819b489ae5f5eaa1...
Author: Richard Pospesel richard@torproject.org Date: Fri Jul 5 14:51:32 2019 -0700
widl: Refactor to have pointer type's ref 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 | 2 +- tools/widl/header.c | 20 +++++++++--------- tools/widl/header.h | 4 ++-- tools/widl/parser.y | 28 ++++++++++++------------- tools/widl/proxy.c | 4 ++-- tools/widl/typegen.c | 54 ++++++++++++++++++++++++------------------------- tools/widl/typelib.c | 2 +- tools/widl/typetree.c | 2 +- tools/widl/typetree.h | 9 +++++++-- tools/widl/widltypes.h | 3 +-- tools/widl/write_msft.c | 10 ++++----- 11 files changed, 71 insertions(+), 67 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=76512154f819b489ae5f5...