summaryrefslogtreecommitdiffstats
path: root/vendor/windows-sys/src/Windows/ApplicationModel/Core/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/windows-sys/src/Windows/ApplicationModel/Core/mod.rs')
-rw-r--r--vendor/windows-sys/src/Windows/ApplicationModel/Core/mod.rs24
1 files changed, 0 insertions, 24 deletions
diff --git a/vendor/windows-sys/src/Windows/ApplicationModel/Core/mod.rs b/vendor/windows-sys/src/Windows/ApplicationModel/Core/mod.rs
deleted file mode 100644
index 89de3444f..000000000
--- a/vendor/windows-sys/src/Windows/ApplicationModel/Core/mod.rs
+++ /dev/null
@@ -1,24 +0,0 @@
-pub type AppListEntry = *mut ::core::ffi::c_void;
-#[doc = "*Required features: `\"ApplicationModel_Core\"`*"]
-#[repr(transparent)]
-pub struct AppRestartFailureReason(pub i32);
-impl AppRestartFailureReason {
- pub const RestartPending: Self = Self(0i32);
- pub const NotInForeground: Self = Self(1i32);
- pub const InvalidUser: Self = Self(2i32);
- pub const Other: Self = Self(3i32);
-}
-impl ::core::marker::Copy for AppRestartFailureReason {}
-impl ::core::clone::Clone for AppRestartFailureReason {
- fn clone(&self) -> Self {
- *self
- }
-}
-pub type CoreApplicationView = *mut ::core::ffi::c_void;
-pub type CoreApplicationViewTitleBar = *mut ::core::ffi::c_void;
-pub type HostedViewClosingEventArgs = *mut ::core::ffi::c_void;
-pub type ICoreApplicationUnhandledError = *mut ::core::ffi::c_void;
-pub type IFrameworkView = *mut ::core::ffi::c_void;
-pub type IFrameworkViewSource = *mut ::core::ffi::c_void;
-pub type UnhandledError = *mut ::core::ffi::c_void;
-pub type UnhandledErrorDetectedEventArgs = *mut ::core::ffi::c_void;