30 Nov
2023
30 Nov
'23
10 p.m.
Zebediah Figura (@zfigura) commented about dlls/wmvcore/tests/wmvcore.c:
todo_wine ok(hr == E_UNEXPECTED, "Got hr %#lx.\n", hr);
+ if (winetest_platform_is_wine)
I don't think you need the if (winetest_platform_is_wine) here. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/4449#note_54469