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