This matches the declaration with official documentation and fixes
the following two compiler errors in apitrace project.
d3d9trace.cpp:28469:59: error: invalid conversion from 'const DXVA2_ConfigPictureDecode*' to 'DXVA2_ConfigPictureDecode*' [-fpermissive]
d3d9trace.cpp:28194:65: error: invalid conversion from 'void*' to 'IUnknown*' [-fpermissive]
--
v2: include: Fix IDirectXVideoDecoderService declaration in dxva2api.idl.
https://gitlab.winehq.org/wine/wine/-/merge_requests/2624
This matches the declaration with official documentation and fixes
the following two compiler errors in apitrace project.
d3d9trace.cpp:28469:59: error: invalid conversion from 'const DXVA2_ConfigPictureDecode*' to 'DXVA2_ConfigPictureDecode*' [-fpermissive]
d3d9trace.cpp:28194:65: error: invalid conversion from 'void*' to 'IUnknown*' [-fpermissive]
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/2624
This draft is for tracking Wine Gecko 2.47.4. I tagged rc1 release and uploaded builds and this MR makes use of it.
What's new in this release:
- Gitlab CI integration. Official binaries are build by Gitlab now.
- Improved window messages handling for FFXIV.
- New DOM API and CSS extensions for better IE compatibility mode support.
- Compatibility fixes.
--
v2: mshtml: Wine Gecko 2.47.4 release.
https://gitlab.winehq.org/wine/wine/-/merge_requests/2569