28 May
2024
28 May
'24
9:21 p.m.
Rémi Bernon (@rbernon) commented about tools/widl/widltypes.h:
struct location where; unsigned int ignore : 1; unsigned int defined : 1; + unsigned int defined_in_import : 1; What about decoupling this from the definition status? Something like `is_imported`?
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/5724#note_71400