Fix wrong Windows target OS label.

This commit is contained in:
Jubjub
2014-10-06 12:43:25 +02:00
parent 3d740b57f1
commit d47d02e08a
+1 -1
View File
@@ -32,7 +32,7 @@ mod mac {
extern {}
}
#[cfg(target_os="win32")]
#[cfg(target_os="windows")]
#[cfg(target_os="linux")]
#[cfg(target_os="freebsd")]
mod others {