b7ca09bd
by Dmitry Timoshkov at 2025-02-20T14:14:19+01:00
oleaut32: Make OleLoadPicture load DIBs using WIC decoder.
Application in the bug 39474 depends on this (GetObject/bmBits should not be
NULL, otherwise it crashes). Also, since CreateDIBSection doesn't support RLE
compressed bitmaps it's necessary to decompress it in memory in advance.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=39474
Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>