summaryrefslogtreecommitdiffstats
path: root/vendor/windows-sys-0.28.0/src/Windows/mod.rs
blob: 24de588fc1768ce0c885656d38c16288839b5ad6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
#![allow(non_snake_case, non_camel_case_types, non_upper_case_globals, clashing_extern_declarations, clippy::all)]
#[cfg(feature = "AI")]
pub mod AI;
#[cfg(feature = "ApplicationModel")]
pub mod ApplicationModel;
#[cfg(feature = "Data")]
pub mod Data;
#[cfg(feature = "Devices")]
pub mod Devices;
#[cfg(feature = "Embedded")]
pub mod Embedded;
#[cfg(feature = "Foundation")]
pub mod Foundation;
#[cfg(feature = "Gaming")]
pub mod Gaming;
#[cfg(feature = "Globalization")]
pub mod Globalization;
#[cfg(feature = "Graphics")]
pub mod Graphics;
#[cfg(feature = "Management")]
pub mod Management;
#[cfg(feature = "Media")]
pub mod Media;
#[cfg(feature = "Networking")]
pub mod Networking;
#[cfg(feature = "Perception")]
pub mod Perception;
#[cfg(feature = "Phone")]
pub mod Phone;
#[cfg(feature = "Security")]
pub mod Security;
#[cfg(feature = "Services")]
pub mod Services;
#[cfg(feature = "Storage")]
pub mod Storage;
#[cfg(feature = "System")]
pub mod System;
#[cfg(feature = "UI")]
pub mod UI;
#[cfg(feature = "Web")]
pub mod Web;
#[cfg(feature = "Win32")]
pub mod Win32;