Re: [3/4] user32/cursoricon.c: Multiple Fixes/Improvements for DrawIconEx
Sept. 26, 2009
3:52 p.m.
Hi Wilfried, minor comment on this patch: hBitTemp = SelectObject( hMemDC, hXorBits ); + + UINT bltFlag = 0; C89 doesn't allow you to mix code and declarations like this. You'll have to declare bltFlag at the top of the block. --Juan
6070
Age (days ago)
6070
Last active (days ago)
0 comments
1 participants
participants (1)
-
Juan Lang