mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2024-12-23 22:01:31 +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::*;
|
||||
|
||||
#[cfg(windows)]
|
||||
#[cfg(target_os = "win32")]
|
||||
use winimpl = win32;
|
||||
#[cfg(target_os = "linux")]
|
||||
use winimpl = x11;
|
||||
|
|
Loading…
Reference in a new issue