29 Sep
2025
29 Sep
'25
11:07 a.m.
Piotr Caban (@piotr) commented about dlls/vccorlib140/tests/vccorlib.c:
ok(type_obj2 != type_obj, "got type_obj2 %p\n", type_obj2);
type_info = p__RTtypeid(type_obj); - todo_wine ok(type_info != NULL, "got type_info %p\n", type_info); + ok(type_info != NULL, "got type_info %p\n", type_info); if (type_info)
`type_info` is not NULL now, you can remove the `if` check. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9053#note_117004