summaryrefslogtreecommitdiffstats
path: root/vendor/windows-sys/src/lib.rs
blob: bf02a323937820f8f817bcb2c070b9bdf93d502b (plain)
1
2
3
4
5
6
7
8
9
10
11
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::*;