2019-02-14 09:58:33 -08:00

6 lines
94 B
Rust

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