blob: 5296b0d30ee89ab9c860625c15ab67f6ac85d1ac [file] [log] [blame]
#[cfg(feature = "Wdk_System_IO")]
pub mod IO;
#[cfg(feature = "Wdk_System_OfflineRegistry")]
pub mod OfflineRegistry;
#[cfg(feature = "Wdk_System_Registry")]
pub mod Registry;
#[cfg(feature = "Wdk_System_SystemInformation")]
pub mod SystemInformation;
#[cfg(feature = "Wdk_System_SystemServices")]
pub mod SystemServices;
#[cfg(feature = "Wdk_System_Threading")]
pub mod Threading;