1 2 3 4 5 6 7
fn main() { #[cfg(windows)] windows::build!( Windows::Data::Xml::Dom::XmlDocument, Windows::UI::Notifications::{ToastNotification, ToastNotificationManager, ToastNotifier}, ); }