Skip to content

[3.0] d3d11_fmt: don't use TCHAR to read the driver version

Steve Lhomme requested to merge robUx4/vlc:d3d11-tchar into 3.0.x

Otherwise the logs are not correct. Just use the ANSI registry API as we don't use any non-ASCII character in the strings.

4.0 uses a more modern way to read driver versions which was introduced in Vista.

Edited by Steve Lhomme

Merge request reports