Jacek Caban (@jacek) commented about tools/widl/widl.c:
char *name; int ret;
- if (no_preprocess)
- {
if (!(file = fopen( path, "r" ))) error_loc( "Unable to open %s\n", path );
return file;
- }
What's the reason for that? I'm not sure how useful -N is in the first place, but allowing importing IDLs that require preprocessing does not seem wrong.