http://bugs.winehq.org/show_bug.cgi?id=6519
--- Comment #7 from Hans Leidekker hans@it.vu.nl 2008-01-13 06:23:36 --- I tried to narrow down this bug a bit more. What happens is this: EGP creates a monochrome bitmap, creates a compatible dc and selects the bitmap into that dc as well as a bold Arial font. It then draws some text on the dc and retrieves the bits with GetDIBits. This is where native and Wine diverge, as can be seen by dumping the bits. In fact, there already is a Wine test for GetDIBits on a 1 bit bitmap, which is marked todo_wine.