aboutsummaryrefslogtreecommitdiff
path: root/vendor/windows-sys/src/Windows/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/windows-sys/src/Windows/mod.rs')
-rw-r--r--vendor/windows-sys/src/Windows/mod.rs6
1 files changed, 0 insertions, 6 deletions
diff --git a/vendor/windows-sys/src/Windows/mod.rs b/vendor/windows-sys/src/Windows/mod.rs
deleted file mode 100644
index dc29e10..0000000
--- a/vendor/windows-sys/src/Windows/mod.rs
+++ /dev/null
@@ -1,6 +0,0 @@
-#[cfg(feature = "Wdk")]
-#[doc = "Required features: `\"Wdk\"`"]
-pub mod Wdk;
-#[cfg(feature = "Win32")]
-#[doc = "Required features: `\"Win32\"`"]
-pub mod Win32;