21 Aug
2023
21 Aug
'23
2:27 a.m.
Jeffrey Smith (@whydoubt) commented about dlls/gdiplus/tests/image.c:
{ static const BYTE bmp_bits[1024]; HBITMAP hbmMask, hbmColor; - ICONINFO info; + ICONINFO info, iconinfo_base = {TRUE, 0, 0, 0, 0}; Note: user32 cursoricon tests show that any provided hotspot is ignored when creating icons with CreateIconIndirect.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/3621#note_42804