Alexandre Julliard pushed to branch master at wine / wine
Commits: 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
- - - - -
2 changed files:
- dlls/oleaut32/olepicture.c - dlls/oleaut32/tests/olepicture.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/b7ca09bd6498155dd3cbcf3f6f81afd...