]> git.proxmox.com Git - rustc.git/blob - vendor/windows/src/Windows/Win32/Data/Xml/mod.rs
New upstream version 1.70.0+dfsg1
[rustc.git] / vendor / windows / src / Windows / Win32 / Data / Xml / mod.rs
1 #[cfg(feature = "Win32_Data_Xml_MsXml")]
2 pub mod MsXml;
3 #[cfg(feature = "Win32_Data_Xml_XmlLite")]
4 pub mod XmlLite;
5 #[cfg(feature = "implement")]
6 ::core::include!("impl.rs");