mirror of
https://github.com/Xevion/Pac-Man.git
synced 2025-12-10 02:07:55 -06:00
fix: cfg on ConsoleInit for windows/emscripten, use simplified cfg for windows/linux
This commit is contained in:
@@ -6,7 +6,7 @@ mod desktop;
|
||||
pub use desktop::*;
|
||||
|
||||
/// Tracing buffer is only used on Windows.
|
||||
#[cfg(target_os = "windows")]
|
||||
#[cfg(windows)]
|
||||
pub mod tracing_buffer;
|
||||
|
||||
#[cfg(target_os = "emscripten")]
|
||||
|
||||
Reference in New Issue
Block a user