This allows to use DLLOVERRIDES with native DLLs, making it more convenient for testing and debugging. This will also makes it possible to create an alternative media source implementation with a different backend without breaking the current one.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/6362
Motivation for values tests is to be able to test compilation output, regardless of specific binary layout.
--
v2: d3dx9/tests: Add a test for matrix majority class.
d3dx9/tests: Remove unused fields from effect values test data.
d3dx9/tests: Use explicit numeric values as expected test results.
https://gitlab.winehq.org/wine/wine/-/merge_requests/6266
Added 32x32 icons for TTI_INFO_LARGE, TTI_WARNING_LARGE and TTI_ERROR_LARGE. User-defined icons passed through TTM_SETTITLE message are still drawn as 16x16 icons.
--
v4: explorer.exe: fix handling ballon icon flags
comctl32/tooltip: Support large standard title icons.
https://gitlab.winehq.org/wine/wine/-/merge_requests/6317