6 Oct
2025
6 Oct
'25
10:33 a.m.
Hans Leidekker (@hans) commented about dlls/rometadata/tests/rometadata.c:
+ WORD Class; + WORD Name; + WORD Signature; +}; + +struct row_custom_attribute +{ + WORD Parent; + WORD Type; + WORD Value; +}; + +#define TYPE_VISIBILITY_PUBLIC 0x00000001 + +#define TYPE_SEMANTICS_CLASS 0x00000000 +#define TYPE_SEMANTICS_INTERFACE 0x00000020 You may want to copy the TYPE_ATTR_ enum from tools/widl/metadata.c which is based on the ECMA standard, paragraph II.23.1.15.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/9094#note_117648