ICM_DECOMPRESS_GET_FORMAT does not work well with the BITMAPINFOHEADER from MS-CRAM, because a biBitCount of 24
(or anything above 8) indicates RGB555 encoding, which actually means the bit count is 16 bpp, but the decoder rejects
any format that doesn't have biBitCount of exactly 8 or 16.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54024
Signed-off-by: Torge Matthies <tmatthies(a)codeweavers.com>
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/1929
--
v4: tests: Print DLL versions when running tests on Windows.
tests: Run d3d9 and d3d12 tests on non-cross builds too.
tests: Distinguish between cross and non-cross Win32 builds.
https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/57
Currently it doesn't work as expected, namely gets stuck on delimiter and caret is moved before the delimiter.
Unnecessary more robust than Windows, which feels like doesn't do any checks at all.
EDIT1: v2: return length in `WB_RIGHT` if its bigger than default return value of 0 on invalid values
--
v3: comctl32: Fix PathWordBreakProc.
https://gitlab.winehq.org/wine/wine/-/merge_requests/1977
Currently it doesn't work as expected, namely gets stuck on delimiter and caret is moved before the delimiter.
Unnecessary more robust than Windows, which feels like doesn't do any checks at all.
EDIT1: v2: return length in `WB_RIGHT` if its bigger than default return value of 0 on invalid values
--
v2: comctl32: Fix PathWordBreakProc.
https://gitlab.winehq.org/wine/wine/-/merge_requests/1977