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