From 5363f350887b1e5b5dd21a86f88c8af9d7fea6da Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Apr 2024 14:18:25 +0200 Subject: Merging upstream version 1.67.1+dfsg1. Signed-off-by: Daniel Baumann --- .../src/Windows/Win32/System/WinRT/Xaml/mod.rs | 34 ---------------------- 1 file changed, 34 deletions(-) delete mode 100644 vendor/windows-sys-0.28.0/src/Windows/Win32/System/WinRT/Xaml/mod.rs (limited to 'vendor/windows-sys-0.28.0/src/Windows/Win32/System/WinRT/Xaml/mod.rs') 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; -- cgit v1.2.3