]> git.proxmox.com Git - rustc.git/blame - vendor/windows-sys-0.28.0/src/Windows/Phone/mod.rs
New upstream version 1.66.0+dfsg1
[rustc.git] / vendor / windows-sys-0.28.0 / src / Windows / Phone / 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 = "Phone_ApplicationModel")]
3pub mod ApplicationModel;
4#[cfg(feature = "Phone_Devices")]
5pub mod Devices;
6#[cfg(feature = "Phone_Management")]
7pub mod Management;
8#[cfg(feature = "Phone_Media")]
9pub mod Media;
10#[cfg(feature = "Phone_Notification")]
11pub mod Notification;
12#[cfg(feature = "Phone_PersonalInformation")]
13pub mod PersonalInformation;
14#[cfg(feature = "Phone_Speech")]
15pub mod Speech;
16#[cfg(feature = "Phone_StartScreen")]
17pub mod StartScreen;
18#[cfg(feature = "Phone_System")]
19pub mod System;
20#[cfg(feature = "Phone_UI")]
21pub mod UI;
22#[link(name = "windows")]
23extern "system" {}