1
2
3
4
5
6
7
8
//! Minimal Windows base definitions.
//!
//! Right now it just re-exports `SECURITY_ATTRIBUTES`. More will be added
//! later, I'm sure.

use super::*;

pub use winapi::um::minwinbase::SECURITY_ATTRIBUTES;