[PATCH v2 0/1] MR383: widl: Add basic support for the [deprecated] attribute.

Rémi Bernon (@rbernon) wine at gitlab.winehq.org
Wed Jul 6 04:01:09 CDT 2022


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



More information about the wine-devel mailing list