disable mod win on none windows

This commit is contained in:
shenjack 2024-02-01 21:49:29 +08:00
parent a688434dfa
commit c4800b7411
Signed by: shenjack
GPG Key ID: 7B1134A979775551

View File

@ -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;