qt: use GetVersionExW to get the Windows version
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