summaryrefslogtreecommitdiffstats
path: root/vendor/windows-sys-0.28.0/src/Windows/Win32/System/WinRT/Xaml/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/windows-sys-0.28.0/src/Windows/Win32/System/WinRT/Xaml/mod.rs')
-rw-r--r--vendor/windows-sys-0.28.0/src/Windows/Win32/System/WinRT/Xaml/mod.rs34
1 files changed, 0 insertions, 34 deletions
diff --git a/vendor/windows-sys-0.28.0/src/Windows/Win32/System/WinRT/Xaml/mod.rs b/vendor/windows-sys-0.28.0/src/Windows/Win32/System/WinRT/Xaml/mod.rs
deleted file mode 100644
index 511d6c5c5..000000000
--- a/vendor/windows-sys-0.28.0/src/Windows/Win32/System/WinRT/Xaml/mod.rs
+++ /dev/null
@@ -1,34 +0,0 @@
-#![allow(non_snake_case, non_camel_case_types, non_upper_case_globals, clashing_extern_declarations, clippy::all)]
-#[link(name = "windows")]
-extern "system" {}
-pub const E_SURFACE_CONTENTS_LOST: u32 = 2150301728u32;
-pub type IDesktopWindowXamlSourceNative = *mut ::core::ffi::c_void;
-pub type IDesktopWindowXamlSourceNative2 = *mut ::core::ffi::c_void;
-pub type IFindReferenceTargetsCallback = *mut ::core::ffi::c_void;
-pub type IReferenceTracker = *mut ::core::ffi::c_void;
-pub type IReferenceTrackerExtension = *mut ::core::ffi::c_void;
-pub type IReferenceTrackerHost = *mut ::core::ffi::c_void;
-pub type IReferenceTrackerManager = *mut ::core::ffi::c_void;
-pub type IReferenceTrackerTarget = *mut ::core::ffi::c_void;
-pub type ISurfaceImageSourceManagerNative = *mut ::core::ffi::c_void;
-pub type ISurfaceImageSourceNative = *mut ::core::ffi::c_void;
-pub type ISurfaceImageSourceNativeWithD2D = *mut ::core::ffi::c_void;
-pub type ISwapChainBackgroundPanelNative = *mut ::core::ffi::c_void;
-pub type ISwapChainPanelNative = *mut ::core::ffi::c_void;
-pub type ISwapChainPanelNative2 = *mut ::core::ffi::c_void;
-pub type ITrackerOwner = *mut ::core::ffi::c_void;
-pub type IVirtualSurfaceImageSourceNative = *mut ::core::ffi::c_void;
-pub type IVirtualSurfaceUpdatesCallbackNative = *mut ::core::ffi::c_void;
-#[repr(C)]
-pub struct TrackerHandle__ {
- pub unused: i32,
-}
-impl ::core::marker::Copy for TrackerHandle__ {}
-impl ::core::clone::Clone for TrackerHandle__ {
- fn clone(&self) -> Self {
- *self
- }
-}
-pub type XAML_REFERENCETRACKER_DISCONNECT = i32;
-pub const XAML_REFERENCETRACKER_DISCONNECT_DEFAULT: XAML_REFERENCETRACKER_DISCONNECT = 0i32;
-pub const XAML_REFERENCETRACKER_DISCONNECT_SUSPEND: XAML_REFERENCETRACKER_DISCONNECT = 1i32;