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?