http://bugs.winehq.org/show_bug.cgi?id=2096
------- Additional Comments From us@edmeades.me.uk 2005-15-06 04:35 ------- Isnt half the problem answered by the quote in MSDN "If an application sets the nWidth ***or*** nHeight parameters to zero, CreateCompatibleBitmap returns the handle to a 1-by-1 pixel, monochrome bitmap." - In most (but not all) fixmes, one of the width or height is 0, in which case the other should be ignored and a 1x1 pixel bitmap returned?
(I have a memory of someone saying this on wine-devel, but maybe I'm wrong)