Skip to content

qt: use GetVersionExW to get the Windows version

Steve Lhomme requested to merge robUx4/vlc:qt-winver into master

As the documentation [1] says RtlGetVersion() is just the kernel version of GetVersionEx(). There's no need for an indirect call like this.

[1] https://learn.microsoft.com/en-us/windows-hardware/drivers/ddi/wdm/nf-wdm-rtlgetversion

Merge request reports