blob: 1832ae1d18d561fd28c0927ca51aceeca483f4ba [file] [log] [blame]
#[cfg(feature = "Win32_System_WinRT_Graphics_Capture")]
pub mod Capture;
#[cfg(feature = "Win32_System_WinRT_Graphics_Direct2D")]
pub mod Direct2D;
#[cfg(feature = "Win32_System_WinRT_Graphics_Imaging")]
pub mod Imaging;
#[cfg(feature = "implement")]
::core::include!("impl.rs");