diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 12:02:58 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 12:02:58 +0000 |
commit | 698f8c2f01ea549d77d7dc3338a12e04c11057b9 (patch) | |
tree | 173a775858bd501c378080a10dca74132f05bc50 /vendor/windows-sys-0.28.0/src/Windows/mod.rs | |
parent | Initial commit. (diff) | |
download | rustc-698f8c2f01ea549d77d7dc3338a12e04c11057b9.tar.xz rustc-698f8c2f01ea549d77d7dc3338a12e04c11057b9.zip |
Adding upstream version 1.64.0+dfsg1.upstream/1.64.0+dfsg1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'vendor/windows-sys-0.28.0/src/Windows/mod.rs')
-rw-r--r-- | vendor/windows-sys-0.28.0/src/Windows/mod.rs | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/vendor/windows-sys-0.28.0/src/Windows/mod.rs b/vendor/windows-sys-0.28.0/src/Windows/mod.rs new file mode 100644 index 000000000..24de588fc --- /dev/null +++ b/vendor/windows-sys-0.28.0/src/Windows/mod.rs @@ -0,0 +1,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; |