From a4b7ed7a42c716ab9f05e351f003d589124fd55d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Apr 2024 14:18:58 +0200 Subject: Adding upstream version 1.68.2+dfsg1. Signed-off-by: Daniel Baumann --- .../src/Windows/Win32/System/WinRT/Pdf/mod.rs | 28 ---------------------- 1 file changed, 28 deletions(-) delete mode 100644 vendor/windows-sys/src/Windows/Win32/System/WinRT/Pdf/mod.rs (limited to 'vendor/windows-sys/src/Windows/Win32/System/WinRT/Pdf/mod.rs') diff --git a/vendor/windows-sys/src/Windows/Win32/System/WinRT/Pdf/mod.rs b/vendor/windows-sys/src/Windows/Win32/System/WinRT/Pdf/mod.rs deleted file mode 100644 index 64afbee27..000000000 --- a/vendor/windows-sys/src/Windows/Win32/System/WinRT/Pdf/mod.rs +++ /dev/null @@ -1,28 +0,0 @@ -#[cfg_attr(windows, link(name = "windows"))] -extern "system" { - #[doc = "*Required features: `\"Win32_System_WinRT_Pdf\"`, `\"Win32_Graphics_Dxgi\"`*"] - #[cfg(feature = "Win32_Graphics_Dxgi")] - pub fn PdfCreateRenderer(pdevice: super::super::super::Graphics::Dxgi::IDXGIDevice, pprenderer: *mut IPdfRendererNative) -> ::windows_sys::core::HRESULT; -} -pub type IPdfRendererNative = *mut ::core::ffi::c_void; -#[repr(C)] -#[doc = "*Required features: `\"Win32_System_WinRT_Pdf\"`, `\"Win32_Foundation\"`, `\"Win32_Graphics_Direct2D_Common\"`*"] -#[cfg(all(feature = "Win32_Foundation", feature = "Win32_Graphics_Direct2D_Common"))] -pub struct PDF_RENDER_PARAMS { - pub SourceRect: super::super::super::Graphics::Direct2D::Common::D2D_RECT_F, - pub DestinationWidth: u32, - pub DestinationHeight: u32, - pub BackgroundColor: super::super::super::Graphics::Direct2D::Common::D2D_COLOR_F, - pub IgnoreHighContrast: super::super::super::Foundation::BOOLEAN, -} -#[cfg(all(feature = "Win32_Foundation", feature = "Win32_Graphics_Direct2D_Common"))] -impl ::core::marker::Copy for PDF_RENDER_PARAMS {} -#[cfg(all(feature = "Win32_Foundation", feature = "Win32_Graphics_Direct2D_Common"))] -impl ::core::clone::Clone for PDF_RENDER_PARAMS { - fn clone(&self) -> Self { - *self - } -} -#[doc = "*Required features: `\"Win32_System_WinRT_Pdf\"`, `\"Win32_Graphics_Dxgi\"`*"] -#[cfg(feature = "Win32_Graphics_Dxgi")] -pub type PFN_PDF_CREATE_RENDERER = ::core::option::Option ::windows_sys::core::HRESULT>; -- cgit v1.2.3