mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2024-12-24 22:31:30 +11:00
Minor fix in consistency for #[cfg]s
This commit is contained in:
parent
391c4e525c
commit
f452999b8c
|
@ -23,7 +23,7 @@ extern crate libc;
|
||||||
|
|
||||||
pub use events::*;
|
pub use events::*;
|
||||||
|
|
||||||
#[cfg(windows)]
|
#[cfg(target_os = "win32")]
|
||||||
use winimpl = win32;
|
use winimpl = win32;
|
||||||
#[cfg(target_os = "linux")]
|
#[cfg(target_os = "linux")]
|
||||||
use winimpl = x11;
|
use winimpl = x11;
|
||||||
|
|
Loading…
Reference in a new issue