http://bugs.winehq.org/show_bug.cgi?id=10854
--- Comment #8 from Dmitry Timoshkov dmitry@codeweavers.com 2008-03-17 01:58:42 --- (In reply to comment #7)
Now I am stuck on line 1980 in cursoricon.c in user32. The value of ptr->bBitsPerPixel is 24. Where is this structure (CURSORICONINFO) filled before it is used in DrawIconEx?
Looks like the app has a 24 bpp icon in its resources. We need to test how Windows handles that, i.e. in which format LoadIcon returns a color part of an icon/cursor.