26 May
2025
26 May
'25
3:08 p.m.
Rémi Bernon (@rbernon) commented about tools/widl/metadata.c:
} }
+enum table +{ + TABLE_MODULE = 0x00, + TABLE_TYPEREF = 0x01, + TABLE_TYPEDEF = 0x02, + TABLE_FIELD = 0x04, + TABLE_METHODDEF = 0x06, + TABLE_PARAM = 0x08,
Any reason this is missing some values? Mono has a full table here: https://gitlab.winehq.org/mono/mono/blob/main/mono/metadata/blob.h#L53, should we try to keep them consistent maybe, in term of names and values or are the names taken from some other spec? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/8129#note_104573