| #![cfg_attr(docsrs, doc = "This is a stub. The latest API documentation is here: <https://microsoft.github.io/windows-docs-rs/>")] |
| #![cfg_attr(docsrs, doc = "")] |
| Learn more about Rust for Windows here: <https://github.com/microsoft/windows-rs> |
| #![allow(non_snake_case, clashing_extern_declarations)] |
| #![cfg_attr(windows_debugger_visualizer, feature(debugger_visualizer), debugger_visualizer(natvis_file = "../windows.natvis"))] |
| #![cfg_attr(windows_raw_dylib, feature(raw_dylib))] |
| extern crate self as windows; |