http://bugs.winehq.org/show_bug.cgi?id=26880
--- Comment #5 from Dmitry Timoshkov dmitry@baikal.ru 2011-06-07 08:24:21 CDT --- (In reply to comment #3)
(In reply to comment #2)
0000000 42 4d 34 08 00 00 0000006
as requested.
idReserved = 0x4d42, should be 0 but maybe Windows ignores it idType = 0x0834, should be 1 or 2 but maybe Windows ignores it idCount = 0x0000, gives icon count that follows, must be >= 1
Probably that's a BMP file signature, 'BM' == 0x4d42.