July 21, 2023
8:10 p.m.
Esme Povirk (@madewokherd) commented about dlls/gdiplus/image.c:
return index; }
-static LONG get_gif_frame_property(IWICBitmapFrameDecode *frame, const GUID *format, const WCHAR *property) +static void get_gif_frame_property(IWICBitmapFrameDecode *frame, const GUID *format, const WCHAR *property, LONG *value)
I don't understand the redesign here. I guess this would enable default values other than 0, but afaict the code doesn't make use of that. Am I missing something? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/3359#note_39757