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