aboutsummaryrefslogtreecommitdiff
path: root/vendor/windows-sys/src/Windows/mod.rs
blob: dc29e10d70e09e24e3daa42b6329b401c92d876e (plain) (blame)
1
2
3
4
5
6
#[cfg(feature = "Wdk")]
#[doc = "Required features: `\"Wdk\"`"]
pub mod Wdk;
#[cfg(feature = "Win32")]
#[doc = "Required features: `\"Win32\"`"]
pub mod Win32;