6 lines
94 B
Rust
Raw Normal View History

#[cfg(windows)]
mod exception_handling;
#[cfg(windows)]
pub use self::exception_handling::*;