26 Oct
2024
26 Oct
'24
2:47 a.m.
Esme Povirk (@madewokherd) commented about dlls/gdiplus/image.c:
*/ GpStatus WINGDIPAPI GdipDeleteEffect(CGpEffect *effect) { - FIXME("(%p): stub\n", effect); + TRACE("(%p)\n", effect);
if (!effect) return InvalidParameter; - /* note: According to Jose Roca's GDI+ Docs, this is not implemented + /* note: But, according to Jose Roca's GDI+ Docs, this is not implemented * in Windows's gdiplus */ This comment should be removed, I think. Clearly it is implemented.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/4661#note_86160