Changed target_os from "win32" to "windows"

As of rust pull request 16435, cfg attributes now use "windows" instead
of "win32" for the target_os parameter.
This commit is contained in:
inrustwetrust
2014-08-27 22:26:36 +02:00
parent c4731dc860
commit 88bf722465
+1 -1
View File
@@ -12,7 +12,7 @@ mod mac {
extern {}
}
#[cfg(target_os="win32")]
#[cfg(target_os="windows")]
#[cfg(target_os="linux")]
#[cfg(target_os="freebsd")]
mod others {