diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 12:18:32 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 12:18:32 +0000 |
commit | 4547b622d8d29df964fa2914213088b148c498fc (patch) | |
tree | 9fc6b25f3c3add6b745be9a2400a6e96140046e9 /vendor/windows-sys/src/Windows/Devices/mod.rs | |
parent | Releasing progress-linux version 1.66.0+dfsg1-1~progress7.99u1. (diff) | |
download | rustc-4547b622d8d29df964fa2914213088b148c498fc.tar.xz rustc-4547b622d8d29df964fa2914213088b148c498fc.zip |
Merging upstream version 1.67.1+dfsg1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'vendor/windows-sys/src/Windows/Devices/mod.rs')
-rw-r--r-- | vendor/windows-sys/src/Windows/Devices/mod.rs | 65 |
1 files changed, 0 insertions, 65 deletions
diff --git a/vendor/windows-sys/src/Windows/Devices/mod.rs b/vendor/windows-sys/src/Windows/Devices/mod.rs deleted file mode 100644 index 130d2acc6..000000000 --- a/vendor/windows-sys/src/Windows/Devices/mod.rs +++ /dev/null @@ -1,65 +0,0 @@ -#[cfg(feature = "Devices_Adc")] -pub mod Adc; -#[cfg(feature = "Devices_AllJoyn")] -pub mod AllJoyn; -#[cfg(feature = "Devices_Background")] -pub mod Background; -#[cfg(feature = "Devices_Bluetooth")] -pub mod Bluetooth; -#[cfg(feature = "Devices_Custom")] -pub mod Custom; -#[cfg(feature = "Devices_Display")] -pub mod Display; -#[cfg(feature = "Devices_Enumeration")] -pub mod Enumeration; -#[cfg(feature = "Devices_Geolocation")] -pub mod Geolocation; -#[cfg(feature = "Devices_Gpio")] -pub mod Gpio; -#[cfg(feature = "Devices_Haptics")] -pub mod Haptics; -#[cfg(feature = "Devices_HumanInterfaceDevice")] -pub mod HumanInterfaceDevice; -#[cfg(feature = "Devices_I2c")] -pub mod I2c; -#[cfg(feature = "Devices_Input")] -pub mod Input; -#[cfg(feature = "Devices_Lights")] -pub mod Lights; -#[cfg(feature = "Devices_Midi")] -pub mod Midi; -#[cfg(feature = "Devices_Perception")] -pub mod Perception; -#[cfg(feature = "Devices_PointOfService")] -pub mod PointOfService; -#[cfg(feature = "Devices_Portable")] -pub mod Portable; -#[cfg(feature = "Devices_Power")] -pub mod Power; -#[cfg(feature = "Devices_Printers")] -pub mod Printers; -#[cfg(feature = "Devices_Pwm")] -pub mod Pwm; -#[cfg(feature = "Devices_Radios")] -pub mod Radios; -#[cfg(feature = "Devices_Scanners")] -pub mod Scanners; -#[cfg(feature = "Devices_Sensors")] -pub mod Sensors; -#[cfg(feature = "Devices_SerialCommunication")] -pub mod SerialCommunication; -#[cfg(feature = "Devices_SmartCards")] -pub mod SmartCards; -#[cfg(feature = "Devices_Sms")] -pub mod Sms; -#[cfg(feature = "Devices_Spi")] -pub mod Spi; -#[cfg(feature = "Devices_Usb")] -pub mod Usb; -#[cfg(feature = "Devices_WiFi")] -pub mod WiFi; -#[cfg(feature = "Devices_WiFiDirect")] -pub mod WiFiDirect; -pub type ILowLevelDevicesAggregateProvider = *mut ::core::ffi::c_void; -pub type LowLevelDevicesAggregateProvider = *mut ::core::ffi::c_void; -pub type LowLevelDevicesController = *mut ::core::ffi::c_void; |