-
Notifications
You must be signed in to change notification settings - Fork 955
migrate to winapi 0.3 #1322
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
migrate to winapi 0.3 #1322
Conversation
@bors: r+ |
📌 Commit 4ffb8f5 has been approved by |
migrate to winapi 0.3 - [x] Some of those changes should also be applied to cargo, to keep those common files consistent. filed rust-lang/cargo#4877
💔 Test failed - status-appveyor |
☔ The latest upstream changes (presumably #1326) made this pull request unmergeable. Please resolve the merge conflicts. |
2c5f9d2
to
a63dc08
Compare
@alexcrichton rebased |
@bors: r+ |
📌 Commit a63dc08 has been approved by |
migrate to winapi 0.3 - [x] Some of those changes should also be applied to cargo, to keep those common files consistent. filed rust-lang/cargo#4877
💔 Test failed - status-appveyor |
@alexcrichton |
@bors: r+ |
📌 Commit fc1aa1f has been approved by |
migrate to winapi 0.3 - [x] Some of those changes should also be applied to cargo, to keep those common files consistent. filed rust-lang/cargo#4877
💔 Test failed - status-appveyor |
src/rustup-win-installer/src/lib.rs
Outdated
@@ -6,7 +6,9 @@ extern crate rustup; | |||
use std::ffi::CString; | |||
use std::path::PathBuf; | |||
use std::collections::HashMap; | |||
use ::winapi::{HRESULT, PCSTR, UINT, LPCWSTR, LPWSTR, LPVOID}; | |||
|
|||
use winapi::shared::ntdef::{HRESULT, PCSTR, LPCWSTR, LPWSTR, ; |
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.
, ;
@alexcrichton |
@bors: r+ |
📌 Commit d09ca1c has been approved by |
migrate to winapi 0.3 - [x] Some of those changes should also be applied to cargo, to keep those common files consistent. filed rust-lang/cargo#4877
☀️ Test successful - status-appveyor, status-travis |
filed migrate to winapi 0.3 cargo#4877