]> git.proxmox.com Git - rustc.git/blob - vendor/windows-sys-0.28.0/src/Windows/Win32/UI/mod.rs
New upstream version 1.66.0+dfsg1
[rustc.git] / vendor / windows-sys-0.28.0 / src / Windows / Win32 / UI / mod.rs
1 #![allow(non_snake_case, non_camel_case_types, non_upper_case_globals, clashing_extern_declarations, clippy::all)]
2 #[cfg(feature = "Win32_UI_Accessibility")]
3 pub mod Accessibility;
4 #[cfg(feature = "Win32_UI_Animation")]
5 pub mod Animation;
6 #[cfg(feature = "Win32_UI_ColorSystem")]
7 pub mod ColorSystem;
8 #[cfg(feature = "Win32_UI_Controls")]
9 pub mod Controls;
10 #[cfg(feature = "Win32_UI_HiDpi")]
11 pub mod HiDpi;
12 #[cfg(feature = "Win32_UI_Input")]
13 pub mod Input;
14 #[cfg(feature = "Win32_UI_InteractionContext")]
15 pub mod InteractionContext;
16 #[cfg(feature = "Win32_UI_LegacyWindowsEnvironmentFeatures")]
17 pub mod LegacyWindowsEnvironmentFeatures;
18 #[cfg(feature = "Win32_UI_Magnification")]
19 pub mod Magnification;
20 #[cfg(feature = "Win32_UI_Notifications")]
21 pub mod Notifications;
22 #[cfg(feature = "Win32_UI_Ribbon")]
23 pub mod Ribbon;
24 #[cfg(feature = "Win32_UI_Shell")]
25 pub mod Shell;
26 #[cfg(feature = "Win32_UI_TabletPC")]
27 pub mod TabletPC;
28 #[cfg(feature = "Win32_UI_TextServices")]
29 pub mod TextServices;
30 #[cfg(feature = "Win32_UI_WindowsAndMessaging")]
31 pub mod WindowsAndMessaging;
32 #[cfg(feature = "Win32_UI_Wpf")]
33 pub mod Wpf;
34 #[cfg(feature = "Win32_UI_Xaml")]
35 pub mod Xaml;