diff options
author | Valentin Popov <valentin@popov.link> | 2024-01-08 00:21:28 +0300 |
---|---|---|
committer | Valentin Popov <valentin@popov.link> | 2024-01-08 00:21:28 +0300 |
commit | 1b6a04ca5504955c571d1c97504fb45ea0befee4 (patch) | |
tree | 7579f518b23313e8a9748a88ab6173d5e030b227 /vendor/windows-sys/src/Windows/Win32/UI/mod.rs | |
parent | 5ecd8cf2cba827454317368b68571df0d13d7842 (diff) | |
download | fparkan-1b6a04ca5504955c571d1c97504fb45ea0befee4.tar.xz fparkan-1b6a04ca5504955c571d1c97504fb45ea0befee4.zip |
Initial vendor packages
Signed-off-by: Valentin Popov <valentin@popov.link>
Diffstat (limited to 'vendor/windows-sys/src/Windows/Win32/UI/mod.rs')
-rw-r--r-- | vendor/windows-sys/src/Windows/Win32/UI/mod.rs | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/vendor/windows-sys/src/Windows/Win32/UI/mod.rs b/vendor/windows-sys/src/Windows/Win32/UI/mod.rs new file mode 100644 index 0000000..91f178e --- /dev/null +++ b/vendor/windows-sys/src/Windows/Win32/UI/mod.rs @@ -0,0 +1,33 @@ +#[cfg(feature = "Win32_UI_Accessibility")] +#[doc = "Required features: `\"Win32_UI_Accessibility\"`"] +pub mod Accessibility; +#[cfg(feature = "Win32_UI_ColorSystem")] +#[doc = "Required features: `\"Win32_UI_ColorSystem\"`"] +pub mod ColorSystem; +#[cfg(feature = "Win32_UI_Controls")] +#[doc = "Required features: `\"Win32_UI_Controls\"`"] +pub mod Controls; +#[cfg(feature = "Win32_UI_HiDpi")] +#[doc = "Required features: `\"Win32_UI_HiDpi\"`"] +pub mod HiDpi; +#[cfg(feature = "Win32_UI_Input")] +#[doc = "Required features: `\"Win32_UI_Input\"`"] +pub mod Input; +#[cfg(feature = "Win32_UI_InteractionContext")] +#[doc = "Required features: `\"Win32_UI_InteractionContext\"`"] +pub mod InteractionContext; +#[cfg(feature = "Win32_UI_Magnification")] +#[doc = "Required features: `\"Win32_UI_Magnification\"`"] +pub mod Magnification; +#[cfg(feature = "Win32_UI_Shell")] +#[doc = "Required features: `\"Win32_UI_Shell\"`"] +pub mod Shell; +#[cfg(feature = "Win32_UI_TabletPC")] +#[doc = "Required features: `\"Win32_UI_TabletPC\"`"] +pub mod TabletPC; +#[cfg(feature = "Win32_UI_TextServices")] +#[doc = "Required features: `\"Win32_UI_TextServices\"`"] +pub mod TextServices; +#[cfg(feature = "Win32_UI_WindowsAndMessaging")] +#[doc = "Required features: `\"Win32_UI_WindowsAndMessaging\"`"] +pub mod WindowsAndMessaging; |