summaryrefslogtreecommitdiff
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, 6 insertions, 0 deletions
diff --git a/vendor/windows-sys/src/Windows/mod.rs b/vendor/windows-sys/src/Windows/mod.rs
new file mode 100644
index 0000000..dc29e10
--- /dev/null
+++ b/vendor/windows-sys/src/Windows/mod.rs
@@ -0,0 +1,6 @@
+#[cfg(feature = "Wdk")]
+#[doc = "Required features: `\"Wdk\"`"]
+pub mod Wdk;
+#[cfg(feature = "Win32")]
+#[doc = "Required features: `\"Win32\"`"]
+pub mod Win32;