summaryrefslogtreecommitdiffstats
path: root/vendor/windows-sys-0.28.0/src/Windows/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/windows-sys-0.28.0/src/Windows/mod.rs')
-rw-r--r--vendor/windows-sys-0.28.0/src/Windows/mod.rs43
1 files changed, 0 insertions, 43 deletions
diff --git a/vendor/windows-sys-0.28.0/src/Windows/mod.rs b/vendor/windows-sys-0.28.0/src/Windows/mod.rs
deleted file mode 100644
index 24de588fc..000000000
--- a/vendor/windows-sys-0.28.0/src/Windows/mod.rs
+++ /dev/null
@@ -1,43 +0,0 @@
-#![allow(non_snake_case, non_camel_case_types, non_upper_case_globals, clashing_extern_declarations, clippy::all)]
-#[cfg(feature = "AI")]
-pub mod AI;
-#[cfg(feature = "ApplicationModel")]
-pub mod ApplicationModel;
-#[cfg(feature = "Data")]
-pub mod Data;
-#[cfg(feature = "Devices")]
-pub mod Devices;
-#[cfg(feature = "Embedded")]
-pub mod Embedded;
-#[cfg(feature = "Foundation")]
-pub mod Foundation;
-#[cfg(feature = "Gaming")]
-pub mod Gaming;
-#[cfg(feature = "Globalization")]
-pub mod Globalization;
-#[cfg(feature = "Graphics")]
-pub mod Graphics;
-#[cfg(feature = "Management")]
-pub mod Management;
-#[cfg(feature = "Media")]
-pub mod Media;
-#[cfg(feature = "Networking")]
-pub mod Networking;
-#[cfg(feature = "Perception")]
-pub mod Perception;
-#[cfg(feature = "Phone")]
-pub mod Phone;
-#[cfg(feature = "Security")]
-pub mod Security;
-#[cfg(feature = "Services")]
-pub mod Services;
-#[cfg(feature = "Storage")]
-pub mod Storage;
-#[cfg(feature = "System")]
-pub mod System;
-#[cfg(feature = "UI")]
-pub mod UI;
-#[cfg(feature = "Web")]
-pub mod Web;
-#[cfg(feature = "Win32")]
-pub mod Win32;