fenestroj 0.0.11

Easier wrappers for Win32 API stuff, safe when possible
Documentation
//! 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;