blob: c033d72284329d5fc08765fd6be033ac7226b300 [file] [log] [blame]
#[cfg(feature = "Win32_System_Diagnostics_Ceip")]
pub mod Ceip;
#[cfg(feature = "Win32_System_Diagnostics_ClrProfiling")]
pub mod ClrProfiling;
#[cfg(feature = "Win32_System_Diagnostics_Debug")]
pub mod Debug;
#[cfg(feature = "Win32_System_Diagnostics_Etw")]
pub mod Etw;
#[cfg(feature = "Win32_System_Diagnostics_ProcessSnapshotting")]
pub mod ProcessSnapshotting;
#[cfg(feature = "Win32_System_Diagnostics_ToolHelp")]
pub mod ToolHelp;
#[cfg(feature = "implement")]
::core::include!("impl.rs");