Re: [PATCH v15 0/4] MR4661: gdiplus: Implement Gdiplus effects
18 Jan
2024
18 Jan
'24
8:22 p.m.
Esme Povirk (@madewokherd) commented about dlls/gdiplus/tests/image.c:
expect(InvalidParameter, stat);
stat = pGdipCreateEffect(noneffect, &effect); - todo_wine expect(Win32Error, stat); + expect(Win32Error, stat); + ok(effect == NULL, "Expected effect to be NULL\n");
effect should be initialized to non-NULL before calling GdipCreateEffect, in case it coincidentally started out as NULL. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/4661#note_58016
778
Age (days ago)
778
Last active (days ago)
0 comments
1 participants
participants (1)
-
Esme Povirk (@madewokherd)