[PATCH 0/1] MR5461: widl: Don't set do_old_typelib in set_everything.
Don't use old typelib in do_everything cases. This is a regression from 0bffa3222611015a3b3596c679be53c557daae1b. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/5461
From: Jacek Caban <jacek(a)codeweavers.com> Don't use old typelib in do_everything cases. This is a regression from 0bffa3222611015a3b3596c679be53c557daae1b. --- tools/widl/widl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/widl/widl.c b/tools/widl/widl.c index 489e7c2f9a2..8faecf8f5dc 100644 --- a/tools/widl/widl.c +++ b/tools/widl/widl.c @@ -256,7 +256,6 @@ static void set_everything(int x) { do_header = x; do_typelib = x; - do_old_typelib = x; do_proxies = x; do_client = x; do_server = x; -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/5461
Perhaps the variable should be renamed to `old_typelib` to mirror `old_names`? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/5461#note_66903
participants (3)
-
Huw Davies (@huw) -
Jacek Caban -
Jacek Caban (@jacek)