6 Jul
2022
6 Jul
'22
4:01 a.m.
Rémi Bernon (@rbernon) commented about tools/widl/header.c:
fprintf(header, "#ifndef __%s__\n", header_token); fprintf(header, "#define __%s__\n\n", header_token);
+ fprintf(header, "#define DEPRECATED(x)\n\n"); If we don't have anything to define it to, maybe it's not really worth generating anything to the header yet and only keep the parsing support?
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/383#note_3434