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.