From 1b6a04ca5504955c571d1c97504fb45ea0befee4 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Mon, 8 Jan 2024 01:21:28 +0400 Subject: Initial vendor packages Signed-off-by: Valentin Popov --- vendor/windows-sys-0.45.0/src/lib.rs | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 vendor/windows-sys-0.45.0/src/lib.rs (limited to 'vendor/windows-sys-0.45.0/src/lib.rs') 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: +*/ + +#![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::*; -- cgit v1.2.3