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

This commit is contained in:
Alexandre Julliard 2010-05-28 11:22:08 +02:00
parent 48cffa0323
commit c9d112fd94
1 changed files with 1 additions and 1 deletions

View File

@ -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;