6 Oct
2025
6 Oct
'25
10:33 a.m.
Hans Leidekker (@hans) commented about dlls/rometadata/tests/rometadata.c:
+#define TYPE_WINRT 0x00004000 + +enum class_semantics +{ + CLASS_SEMANTICS_CLASS = 0, + CLASS_SEMANTICS_INTERFACE = 0x00000020, +}; + +struct table_info +{ + ULONG exp_row_size; + ULONG exp_rows; + ULONG exp_cols; + ULONG exp_key_idx; + const char *exp_name; +}; Why the exp_ prefix?
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/9094#note_117650