Module: wine Branch: master Commit: 94b5af4b3444f337186fa59d3fa6932aafefdc8f URL: https://source.winehq.org/git/wine.git/?a=commit;h=94b5af4b3444f337186fa59d3...
Author: Rémi Bernon rbernon@codeweavers.com Date: Wed Feb 17 19:33:33 2021 +0100
widl: Replace type_list_t with typeref_list_t.
Signed-off-by: Rémi Bernon rbernon@codeweavers.com Signed-off-by: Jacek Caban jacek@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
tools/widl/client.c | 14 +++++++------- tools/widl/header.c | 16 ++++++++-------- tools/widl/parser.y | 26 ++++---------------------- tools/widl/typegen.c | 12 ++++++------ tools/widl/typetree.c | 2 +- tools/widl/typetree.h | 2 +- tools/widl/widltypes.h | 10 ++-------- tools/widl/write_msft.c | 10 +++++----- 8 files changed, 34 insertions(+), 58 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=94b5af4b3444f337186fa...