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?