Re: [PATCH v2 0/1] MR383: widl: Add basic support for the [deprecated] attribute.
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
1345
Age (days ago)
1345
Last active (days ago)
0 comments
1 participants
participants (1)
-
Rémi Bernon