summaryrefslogtreecommitdiffstats
path: root/vendor/windows-sys-0.42.0/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--vendor/windows-sys-0.42.0/src/lib.rs12
1 files changed, 12 insertions, 0 deletions
diff --git a/vendor/windows-sys-0.42.0/src/lib.rs b/vendor/windows-sys-0.42.0/src/lib.rs
new file mode 100644
index 000000000..bf02a3239
--- /dev/null
+++ b/vendor/windows-sys-0.42.0/src/lib.rs
@@ -0,0 +1,12 @@
+/*!
+Learn more about Rust for Windows here: <https://github.com/microsoft/windows-rs>
+*/
+
+#![no_std]
+#![doc(html_no_source)]
+#![allow(non_snake_case, non_upper_case_globals, non_camel_case_types, clashing_extern_declarations)]
+
+extern crate self as windows_sys;
+mod Windows;
+pub mod core;
+pub use Windows::*;