How do I specify an external manifest file which defines Windows versions such that RtlGetVersion() recognizes Windows 10.
I have an external manifest file with the following compatibility settings:
This is so that when I call RtlGetGetVersion (from ntdll.dll) it recognizes Windows 10.
Or is there another way to do this?