15 Mar
2023
15 Mar
'23
4:32 p.m.
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. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/2409#note_26983