1#![cfg_attr(docsrs, doc = "This is a stub. The latest API documentation is here: <https://microsoft.github.io/windows-docs-rs/>")]
2#![cfg_attr(docsrs, doc = "")]
3/*!
4Learn more about Rust for Windows here: <https://github.com/microsoft/windows-rs>
5
6[Feature search](https://microsoft.github.io/windows-rs/features)
7*/
8
9#![cfg(windows)]
10#![doc(html_no_source)]
11#![allow(non_snake_case, clashing_extern_declarations, non_upper_case_globals, non_camel_case_types, missing_docs, dead_code, clippy::all)]
12#![cfg_attr(not(feature = "docs"), doc(hidden))]
13#![cfg_attr(all(not(feature = "std")), no_std)]
14
15#[allow(unused_extern_crates)]
16extern crate self as windows;
17
18pub use windows_core as core;
19
20mod extensions;
21
22include!("Windows/mod.rs");
23

Provided by KDAB

Privacy Policy