Alexandre Julliard : user32: Copy icon bits by hand in CreateIconIndirect if the bitmaps can' t be selected into a DC.

Dan Kegel dank at kegel.com
Wed May 26 12:19:36 CDT 2010


Should that || 1 be there?

+    if (!SelectObject( hdc, src ) || 1)  /* do it the hard way */



More information about the wine-devel mailing list