-
Notifications
You must be signed in to change notification settings - Fork 54
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
better rust support #58
better rust support #58
Conversation
Note: RTM Build of Windows 7 is Build 7600. Build 9200 is Windows 8 RTM build. Kenji Mouri |
minimum_version = 9200; | ||
let version = match std::env::var("VCLTL_VERSION") { | ||
Ok(version) => version.parse::<usize>().unwrap(), | ||
_ if cfg!(feature = "win7") => 9200, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
9200 is Windows 8?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure either, so what's the actual value for Windows 7?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Windows 7 RTM is Build 7600
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Windows 7 SP1 is 7601
Thanks for the PR, but I have some questions at the moment.
|
We follow up on this issue from #63. |
No description provided.