http://bugs.winehq.org/show_bug.cgi?id=15388
Andrey Turkin andrey.turkin@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |andrey.turkin@gmail.com
--- Comment #3 from Andrey Turkin andrey.turkin@gmail.com 2008-09-25 04:14:37 --- The compiler wisely warn us that DIB_GetBitmapInfo would not always fill the variables. I'd follow way it is done in CreateDIBitmap (get info early, before any other operations, and bail out if DIB_GetBitmapInfo fails)