21 Aug
2023
21 Aug
'23
8:35 p.m.
Esme Povirk (@madewokherd) commented about dlls/gdiplus/tests/image.c:
} DestroyIcon(hIcon);
+ /* color icon 1 bit - color-only */ + info = iconinfo_base; + info.hbmColor = hbmColor; + hIcon = CreateIconIndirect(&info); + ok(hIcon == 0, "CreateIconIndirect expected to fail\n");
This isn't really testing gdiplus, is it? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/3621#note_42905