Skip to content
Snippets Groups Projects
Forked from wine / wine
14701 commits behind, 157 commits ahead of the upstream repository.
Biswapriyo Nath's avatar
Biswapriyo Nath authored
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]

Signed-off-by: default avatarBiswapriyo Nath <nathbappai@gmail.com>
(cherry picked from commit 467604c6)
fe80246c
History