Open micheleselea opened 3 years ago
Be aware that RtlGetVersion I think does not give you server/client information, for that I think we can call GetVersionEx before
This issue is stale because it has been open for 365 days with no activity.
This issue was closed because it has been inactive for 60 days since being marked as stale.
This issue was closed because it has been inactive for 60 days since being marked as stale.
the standard GetVersionEx returns always windows8 without a manifest. Probably should we use this implementation https://stackoverflow.com/questions/37700605/getting-windows-os-version-programmatically
that gives the correct version