http://bugs.winehq.org/show_bug.cgi?id=10968
--- Comment #7 from Marcus Meissner marcus@jet.franken.de 2008-01-03 17:05:25 --- hmm, no.
some poking in assembler shows:
LoadResource LockResource of a BITMAP* structure.
then the code proceeds to do skip 4*(1<<BITMAPINFO.bmi.biBitCount) bytes to get to the raw data....
However, biBitCount is 24 bit, and not a palettized bitmap like the code expects. -> TOo large value, crash.