disable mod win on none windows
This commit is contained in:
parent
a688434dfa
commit
c4800b7411
@ -1,10 +1,10 @@
|
||||
#![windows_subsystem = "windows"]
|
||||
|
||||
// #[cfg(not(windows))]
|
||||
#[allow(unused)]
|
||||
#[cfg(not(windows))]
|
||||
mod other;
|
||||
#[cfg(windows)]
|
||||
#[allow(unused)]
|
||||
#[cfg(windows)]
|
||||
mod win;
|
||||
|
||||
mod config;
|
||||
|
Loading…
Reference in New Issue
Block a user