mirror of
https://github.com/rust-windowing/winit.git
synced 2026-06-27 23:23:14 -04:00
Minor fix in consistency for #[cfg]s
This commit is contained in:
@@ -23,7 +23,7 @@ extern crate libc;
|
||||
|
||||
pub use events::*;
|
||||
|
||||
#[cfg(windows)]
|
||||
#[cfg(target_os = "win32")]
|
||||
use winimpl = win32;
|
||||
#[cfg(target_os = "linux")]
|
||||
use winimpl = x11;
|
||||
|
||||
Reference in New Issue
Block a user