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