aboutsummaryrefslogtreecommitdiff
path: root/vendor/windows-sys-0.45.0/src/Windows/Win32/UI/mod.rs
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2024-07-19 15:37:58 +0300
committerValentin Popov <valentin@popov.link>2024-07-19 15:37:58 +0300
commita990de90fe41456a23e58bd087d2f107d321f3a1 (patch)
tree15afc392522a9e85dc3332235e311b7d39352ea9 /vendor/windows-sys-0.45.0/src/Windows/Win32/UI/mod.rs
parent3d48cd3f81164bbfc1a755dc1d4a9a02f98c8ddd (diff)
downloadfparkan-a990de90fe41456a23e58bd087d2f107d321f3a1.tar.xz
fparkan-a990de90fe41456a23e58bd087d2f107d321f3a1.zip
Deleted vendor folder
Diffstat (limited to 'vendor/windows-sys-0.45.0/src/Windows/Win32/UI/mod.rs')
-rw-r--r--vendor/windows-sys-0.45.0/src/Windows/Win32/UI/mod.rs32
1 files changed, 0 insertions, 32 deletions
diff --git a/vendor/windows-sys-0.45.0/src/Windows/Win32/UI/mod.rs b/vendor/windows-sys-0.45.0/src/Windows/Win32/UI/mod.rs
deleted file mode 100644
index 688abbb..0000000
--- a/vendor/windows-sys-0.45.0/src/Windows/Win32/UI/mod.rs
+++ /dev/null
@@ -1,32 +0,0 @@
-#[cfg(feature = "Win32_UI_Accessibility")]
-pub mod Accessibility;
-#[cfg(feature = "Win32_UI_Animation")]
-pub mod Animation;
-#[cfg(feature = "Win32_UI_ColorSystem")]
-pub mod ColorSystem;
-#[cfg(feature = "Win32_UI_Controls")]
-pub mod Controls;
-#[cfg(feature = "Win32_UI_HiDpi")]
-pub mod HiDpi;
-#[cfg(feature = "Win32_UI_Input")]
-pub mod Input;
-#[cfg(feature = "Win32_UI_InteractionContext")]
-pub mod InteractionContext;
-#[cfg(feature = "Win32_UI_LegacyWindowsEnvironmentFeatures")]
-pub mod LegacyWindowsEnvironmentFeatures;
-#[cfg(feature = "Win32_UI_Magnification")]
-pub mod Magnification;
-#[cfg(feature = "Win32_UI_Notifications")]
-pub mod Notifications;
-#[cfg(feature = "Win32_UI_Ribbon")]
-pub mod Ribbon;
-#[cfg(feature = "Win32_UI_Shell")]
-pub mod Shell;
-#[cfg(feature = "Win32_UI_TabletPC")]
-pub mod TabletPC;
-#[cfg(feature = "Win32_UI_TextServices")]
-pub mod TextServices;
-#[cfg(feature = "Win32_UI_WindowsAndMessaging")]
-pub mod WindowsAndMessaging;
-#[cfg(feature = "Win32_UI_Wpf")]
-pub mod Wpf;