summaryrefslogtreecommitdiff
path: root/vendor/windows-sys/src/Windows/Wdk/System/mod.rs
blob: 0ce8fbd2e3dee95f51a3fa2ff7826f03013471e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#[cfg(feature = "Wdk_System_IO")]
pub mod IO;
#[cfg(feature = "Wdk_System_Memory")]
pub mod Memory;
#[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;