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?