Richard Pospesel : widl: Change struct _var_t' s type member to a struct _decl_spec_t.
Module: wine Branch: master Commit: 1ffb6494db03217efcacf159b74bee17a4813d43 URL: https://source.winehq.org/git/wine.git/?a=commit;h=1ffb6494db03217efcacf159b... Author: Richard Pospesel <richard(a)torproject.org> Date: Fri Jul 5 14:49:49 2019 -0700 widl: Change struct _var_t's type member to a struct _decl_spec_t. Signed-off-by: Richard Pospesel <richard(a)torproject.org> Signed-off-by: Zebediah Figura <z.figura12(a)gmail.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- tools/widl/client.c | 32 ++--- tools/widl/expr.c | 8 +- tools/widl/header.c | 116 ++++++++--------- tools/widl/parser.y | 113 ++++++++-------- tools/widl/proxy.c | 58 ++++----- tools/widl/server.c | 16 +-- tools/widl/typegen.c | 334 ++++++++++++++++++++++++------------------------ tools/widl/typetree.c | 8 +- tools/widl/typetree.h | 4 +- tools/widl/widltypes.h | 25 +++- tools/widl/write_msft.c | 22 ++-- 11 files changed, 372 insertions(+), 364 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=1ffb6494db03217efcacf...
participants (1)
-
Alexandre Julliard