Esme Povirk (@madewokherd) commented about dlls/user32/tests/class.c:
UnregisterClassW(class_name, hinst);
}
+#define SUPER_CLASS_NAME_W L"SuperClass Test" +#define SUPER_CLASS_NAME_A "SuperClass Test" +struct real_class_test {
- const char *class_name_a;
- const char *real_class_name_a;
This field seems unnecessary now that the set_by_ fields exist.