http://bugs.winehq.org/show_bug.cgi?id=24301
--- Comment #7 from Vincent Povirk madewokherd@gmail.com 2010-09-16 14:07:29 CDT --- I've sent patches for this: http://www.winehq.org/pipermail/wine-patches/2010-September/093322.html http://www.winehq.org/pipermail/wine-patches/2010-September/093323.html
Remaining possible issues after these patches: * No PNG support, but it should now be easy to add. * Compressed bitmaps are supported, but if RLE4 or RLE8 bitmaps are combined with a mask, we won't find the mask. I don't know if Windows can accept that combination, or even RLE-compressed icons. * Negative biHeight is still given no special treatment for icons, i.e. it is treated as top-down. * The trailing AND mask is ignored for all 32-bit bitmaps.