Skip to content

Commit

Permalink
Remove the use platform_not_supported hack (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaka authored Sep 15, 2017
1 parent 769d4fe commit 1d0b5bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ mod platform;
#[cfg(all(not(target_os = "ios"), not(target_os = "windows"), not(target_os = "linux"),
not(target_os = "macos"), not(target_os = "android"), not(target_os = "dragonfly"),
not(target_os = "freebsd"), not(target_os = "openbsd"), not(target_os = "emscripten")))]
use this_platform_is_not_supported;
compile_error!("The platform you're compiling for is not supported by winit");

0 comments on commit 1d0b5bc

Please sign in to comment.