Module: wine Branch: master Commit: be59553410bf41acd193640f96891174ffb42c85 URL: https://source.winehq.org/git/wine.git/?a=commit;h=be59553410bf41acd193640f9...
Author: Huw Davies huw@codeweavers.com Date: Tue Oct 26 08:17:08 2021 +0100
wmc: Remove struct and enum typedefs.
This has the side effect of fixing the build on macOS after commit 2c1b8153630.
Signed-off-by: Huw Davies huw@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
tools/wmc/lang.c | 8 ++-- tools/wmc/lang.h | 6 +-- tools/wmc/mcl.c | 16 ++++---- tools/wmc/mcy.y | 103 +++++++++++++++++++++++++-------------------------- tools/wmc/po.c | 20 +++++----- tools/wmc/wmc.h | 10 ++--- tools/wmc/wmctypes.h | 52 +++++++++++++------------- tools/wmc/write.c | 24 ++++++------ 8 files changed, 119 insertions(+), 120 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=be59553410bf41acd1936...