1 2 3 4 5 6
#[cfg(feature = "Win32_Foundation")] mod Foundation; #[cfg(feature = "Win32_Networking")] mod Networking; #[cfg(feature = "Win32_System")] mod System;