From 4e8199b572f2035b7749cba276ece3a26630d23e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Apr 2024 14:18:21 +0200 Subject: Adding upstream version 1.67.1+dfsg1. Signed-off-by: Daniel Baumann --- .../src/Windows/Phone/System/Power/mod.rs | 13 ---------- .../src/Windows/Phone/System/Profile/mod.rs | 1 - .../System/UserProfile/GameServices/Core/mod.rs | 29 ---------------------- .../Phone/System/UserProfile/GameServices/mod.rs | 2 -- .../src/Windows/Phone/System/UserProfile/mod.rs | 2 -- vendor/windows-sys/src/Windows/Phone/System/mod.rs | 6 ----- 6 files changed, 53 deletions(-) delete mode 100644 vendor/windows-sys/src/Windows/Phone/System/Power/mod.rs delete mode 100644 vendor/windows-sys/src/Windows/Phone/System/Profile/mod.rs delete mode 100644 vendor/windows-sys/src/Windows/Phone/System/UserProfile/GameServices/Core/mod.rs delete mode 100644 vendor/windows-sys/src/Windows/Phone/System/UserProfile/GameServices/mod.rs delete mode 100644 vendor/windows-sys/src/Windows/Phone/System/UserProfile/mod.rs delete mode 100644 vendor/windows-sys/src/Windows/Phone/System/mod.rs (limited to 'vendor/windows-sys/src/Windows/Phone/System') diff --git a/vendor/windows-sys/src/Windows/Phone/System/Power/mod.rs b/vendor/windows-sys/src/Windows/Phone/System/Power/mod.rs deleted file mode 100644 index cd814efe8..000000000 --- a/vendor/windows-sys/src/Windows/Phone/System/Power/mod.rs +++ /dev/null @@ -1,13 +0,0 @@ -#[doc = "*Required features: `\"Phone_System_Power\"`*"] -#[repr(transparent)] -pub struct PowerSavingMode(pub i32); -impl PowerSavingMode { - pub const Off: Self = Self(0i32); - pub const On: Self = Self(1i32); -} -impl ::core::marker::Copy for PowerSavingMode {} -impl ::core::clone::Clone for PowerSavingMode { - fn clone(&self) -> Self { - *self - } -} diff --git a/vendor/windows-sys/src/Windows/Phone/System/Profile/mod.rs b/vendor/windows-sys/src/Windows/Phone/System/Profile/mod.rs deleted file mode 100644 index 8b1378917..000000000 --- a/vendor/windows-sys/src/Windows/Phone/System/Profile/mod.rs +++ /dev/null @@ -1 +0,0 @@ - diff --git a/vendor/windows-sys/src/Windows/Phone/System/UserProfile/GameServices/Core/mod.rs b/vendor/windows-sys/src/Windows/Phone/System/UserProfile/GameServices/Core/mod.rs deleted file mode 100644 index a2aacc92a..000000000 --- a/vendor/windows-sys/src/Windows/Phone/System/UserProfile/GameServices/Core/mod.rs +++ /dev/null @@ -1,29 +0,0 @@ -#[doc = "*Required features: `\"Phone_System_UserProfile_GameServices_Core\"`*"] -#[repr(transparent)] -pub struct GameServiceGameOutcome(pub i32); -impl GameServiceGameOutcome { - pub const None: Self = Self(0i32); - pub const Win: Self = Self(1i32); - pub const Loss: Self = Self(2i32); - pub const Tie: Self = Self(3i32); -} -impl ::core::marker::Copy for GameServiceGameOutcome {} -impl ::core::clone::Clone for GameServiceGameOutcome { - fn clone(&self) -> Self { - *self - } -} -pub type GameServicePropertyCollection = *mut ::core::ffi::c_void; -#[doc = "*Required features: `\"Phone_System_UserProfile_GameServices_Core\"`*"] -#[repr(transparent)] -pub struct GameServiceScoreKind(pub i32); -impl GameServiceScoreKind { - pub const Number: Self = Self(0i32); - pub const Time: Self = Self(1i32); -} -impl ::core::marker::Copy for GameServiceScoreKind {} -impl ::core::clone::Clone for GameServiceScoreKind { - fn clone(&self) -> Self { - *self - } -} diff --git a/vendor/windows-sys/src/Windows/Phone/System/UserProfile/GameServices/mod.rs b/vendor/windows-sys/src/Windows/Phone/System/UserProfile/GameServices/mod.rs deleted file mode 100644 index 44d33c779..000000000 --- a/vendor/windows-sys/src/Windows/Phone/System/UserProfile/GameServices/mod.rs +++ /dev/null @@ -1,2 +0,0 @@ -#[cfg(feature = "Phone_System_UserProfile_GameServices_Core")] -pub mod Core; diff --git a/vendor/windows-sys/src/Windows/Phone/System/UserProfile/mod.rs b/vendor/windows-sys/src/Windows/Phone/System/UserProfile/mod.rs deleted file mode 100644 index 51cb3bde1..000000000 --- a/vendor/windows-sys/src/Windows/Phone/System/UserProfile/mod.rs +++ /dev/null @@ -1,2 +0,0 @@ -#[cfg(feature = "Phone_System_UserProfile_GameServices")] -pub mod GameServices; diff --git a/vendor/windows-sys/src/Windows/Phone/System/mod.rs b/vendor/windows-sys/src/Windows/Phone/System/mod.rs deleted file mode 100644 index c7fe0efcd..000000000 --- a/vendor/windows-sys/src/Windows/Phone/System/mod.rs +++ /dev/null @@ -1,6 +0,0 @@ -#[cfg(feature = "Phone_System_Power")] -pub mod Power; -#[cfg(feature = "Phone_System_Profile")] -pub mod Profile; -#[cfg(feature = "Phone_System_UserProfile")] -pub mod UserProfile; -- cgit v1.2.3