Should that || 1 be there?
+ if (!SelectObject( hdc, src ) || 1) /* do it the hard way */
Dan Kegel dank@kegel.com writes:
Should that || 1 be there?
- if (!SelectObject( hdc, src ) || 1) /* do it the hard way */
Not really, it was just to give the new code path more coverage. I'll take it out in a couple of days if no regressions are reported.