Module: wine Branch: master Commit: e63df7f7bfee8a797c270e46f24c075615cdf6c9 URL: https://source.winehq.org/git/wine.git/?a=commit;h=e63df7f7bfee8a797c270e46f...
Author: Richard Pospesel richard@torproject.org Date: Wed Aug 14 21:45:50 2019 -0500
widl: Store the aliasee as a decl_spec_t structure.
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/header.c | 14 +++++++------- tools/widl/header.h | 2 +- tools/widl/parser.y | 2 +- tools/widl/typegen.c | 8 ++++---- tools/widl/typetree.c | 5 +---- tools/widl/typetree.h | 6 +++--- tools/widl/widltypes.h | 7 ++++++- tools/widl/write_msft.c | 12 ++++++------ 8 files changed, 29 insertions(+), 27 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=e63df7f7bfee8a797c270...