-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Poco::Environment::osDisplayName #3180
Comments
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. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: