| #[cfg(feature = "Win32_UI_Accessibility")] |
| #[cfg(feature = "Win32_UI_Animation")] |
| #[cfg(feature = "Win32_UI_ColorSystem")] |
| #[cfg(feature = "Win32_UI_Controls")] |
| #[cfg(feature = "Win32_UI_HiDpi")] |
| #[cfg(feature = "Win32_UI_Input")] |
| #[cfg(feature = "Win32_UI_InteractionContext")] |
| pub mod InteractionContext; |
| #[cfg(feature = "Win32_UI_LegacyWindowsEnvironmentFeatures")] |
| pub mod LegacyWindowsEnvironmentFeatures; |
| #[cfg(feature = "Win32_UI_Magnification")] |
| #[cfg(feature = "Win32_UI_Notifications")] |
| #[cfg(feature = "Win32_UI_Ribbon")] |
| #[cfg(feature = "Win32_UI_Shell")] |
| #[cfg(feature = "Win32_UI_TabletPC")] |
| #[cfg(feature = "Win32_UI_TextServices")] |
| #[cfg(feature = "Win32_UI_WindowsAndMessaging")] |
| pub mod WindowsAndMessaging; |
| #[cfg(feature = "Win32_UI_Wpf")] |
| #[cfg(feature = "Win32_UI_Xaml")] |
| #[cfg(feature = "implement")] |
| ::core::include!("impl.rs"); |