]> git.proxmox.com Git - rustc.git/blame - vendor/windows-sys-0.28.0/src/Windows/Security/Authentication/mod.rs
New upstream version 1.66.0+dfsg1
[rustc.git] / vendor / windows-sys-0.28.0 / src / Windows / Security / Authentication / mod.rs
CommitLineData
064997fb
FG
1#![allow(non_snake_case, non_camel_case_types, non_upper_case_globals, clashing_extern_declarations, clippy::all)]
2#[cfg(feature = "Security_Authentication_Identity")]
3pub mod Identity;
4#[cfg(feature = "Security_Authentication_OnlineId")]
5pub mod OnlineId;
6#[cfg(feature = "Security_Authentication_Web")]
7pub mod Web;