blob: 21c68ba50c3581db17da22305242c7327fd31636 [file] [log] [blame]
/*!
TODO.
Note that this crate is completely empty on non-Windows platforms.
*/
#[cfg(windows)]
extern crate winapi;
#[cfg(windows)]
pub use win::*;
#[cfg(windows)]
mod win;