auto merge of #16435 : vadimcn/rust/windows, r=pcwalton

Using "win32" to mean "Windows" is confusing, especially now, that Rust supports win64 builds.
Let's call spade a spade.
This commit is contained in:
bors
2014-08-15 00:46:19 +00:00
55 changed files with 132 additions and 97 deletions

View File

@@ -278,7 +278,8 @@ pub mod dl {
}
}
#[cfg(target_os = "win32")]
#[cfg(target_os = "windows")]
#[cfg(stage0, target_os = "win32")] // NOTE: Remove after snapshot
pub mod dl {
use c_str::ToCStr;
use iter::Iterator;