18 Oct
2023
18 Oct
'23
1:49 p.m.
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. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/4092#note_49184