24 Mar
2016
24 Mar
'16
12:53 p.m.
Alex Henrie <alexhenrie24(a)gmail.com> writes:
@@ -611,7 +612,7 @@ static void fetch_icon_data( HWND hwnd, HICON icon_big, HICON icon_small ) if (!icon_small) icon_small = (HICON)GetClassLongPtrW( hwnd, GCLP_HICONSM ); }
- if (!GetIconInfo(icon_big, &ii)) return; + if (!GetIconInfo(icon_small, &ii) && !GetIconInfo(icon_big, &ii)) return;
This doesn't make sense. What are you trying to do? -- Alexandre Julliard julliard(a)winehq.org