Commit c9d112fd authored by Alexandre Julliard's avatar Alexandre Julliard

user32: Re-enable the fast code path in CreateIconIndirect.

parent 48cffa03
......@@ -1837,7 +1837,7 @@ static void stretch_blt_icon( HDC hdc_dst, int dst_x, int dst_y, int dst_width,
{
HDC hdc = CreateCompatibleDC( 0 );
if (!SelectObject( hdc, src ) || 1) /* do it the hard way */
if (!SelectObject( hdc, src )) /* do it the hard way */
{
BITMAPINFO *info;
void *bits;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment