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