On 18-09-18 12:35, Alexandre Julliard wrote:
Sven Baars sven.wine@gmail.com writes:
This was previously used uninitialized in bitmapinfoheader_from_user_bitmapinfo
In theory GetDIBits() should be fixed, but there's no actual problem so it's probably not worth the trouble. We definitely don't want to change the caller to hide the bug.
Ah, I just checked the documentation and found that this is actually a valid way to call GetDIBits indeed. And I also found out that there is already a bug report about this specific issue. I'll check more carefully next time. Sorry for the noise!
Sven