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/Win32/Data/Xml/XmlLite/mod.rs | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'vendor/windows-sys/src/Windows/Win32/Data/Xml/XmlLite') diff --git a/vendor/windows-sys/src/Windows/Win32/Data/Xml/XmlLite/mod.rs b/vendor/windows-sys/src/Windows/Win32/Data/Xml/XmlLite/mod.rs index d132d9f3d..9a06ed7c5 100644 --- a/vendor/windows-sys/src/Windows/Win32/Data/Xml/XmlLite/mod.rs +++ b/vendor/windows-sys/src/Windows/Win32/Data/Xml/XmlLite/mod.rs @@ -1,4 +1,4 @@ -#[link(name = "windows")] +#[cfg_attr(windows, link(name = "windows"))] extern "system" { #[doc = "*Required features: `\"Win32_Data_Xml_XmlLite\"`, `\"Win32_System_Com\"`*"] #[cfg(feature = "Win32_System_Com")] @@ -19,6 +19,13 @@ extern "system" { #[cfg(feature = "Win32_System_Com")] pub fn CreateXmlWriterOutputWithEncodingName(poutputstream: ::windows_sys::core::IUnknown, pmalloc: super::super::super::System::Com::IMalloc, pwszencodingname: ::windows_sys::core::PCWSTR, ppoutput: *mut ::windows_sys::core::IUnknown) -> ::windows_sys::core::HRESULT; } +pub type IXmlReader = *mut ::core::ffi::c_void; +pub type IXmlResolver = *mut ::core::ffi::c_void; +pub type IXmlWriter = *mut ::core::ffi::c_void; +pub type IXmlWriterLite = *mut ::core::ffi::c_void; +pub const _IID_IXmlReader: ::windows_sys::core::GUID = ::windows_sys::core::GUID { data1: 1920597121, data2: 28829, data3: 16533, data4: [182, 61, 105, 254, 75, 13, 144, 48] }; +pub const _IID_IXmlResolver: ::windows_sys::core::GUID = ::windows_sys::core::GUID { data1: 1920597122, data2: 28829, data3: 16533, data4: [182, 61, 105, 254, 75, 13, 144, 48] }; +pub const _IID_IXmlWriter: ::windows_sys::core::GUID = ::windows_sys::core::GUID { data1: 1920597128, data2: 28829, data3: 16533, data4: [182, 61, 105, 254, 75, 13, 144, 48] }; #[doc = "*Required features: `\"Win32_Data_Xml_XmlLite\"`*"] pub type DtdProcessing = i32; #[doc = "*Required features: `\"Win32_Data_Xml_XmlLite\"`*"] @@ -27,10 +34,6 @@ pub const DtdProcessing_Prohibit: DtdProcessing = 0i32; pub const DtdProcessing_Parse: DtdProcessing = 1i32; #[doc = "*Required features: `\"Win32_Data_Xml_XmlLite\"`*"] pub const _DtdProcessing_Last: DtdProcessing = 1i32; -pub type IXmlReader = *mut ::core::ffi::c_void; -pub type IXmlResolver = *mut ::core::ffi::c_void; -pub type IXmlWriter = *mut ::core::ffi::c_void; -pub type IXmlWriterLite = *mut ::core::ffi::c_void; #[doc = "*Required features: `\"Win32_Data_Xml_XmlLite\"`*"] pub type XmlConformanceLevel = i32; #[doc = "*Required features: `\"Win32_Data_Xml_XmlLite\"`*"] @@ -297,6 +300,3 @@ pub const XmlWriterProperty_ConformanceLevel: XmlWriterProperty = 4i32; pub const XmlWriterProperty_CompactEmptyElement: XmlWriterProperty = 5i32; #[doc = "*Required features: `\"Win32_Data_Xml_XmlLite\"`*"] pub const _XmlWriterProperty_Last: XmlWriterProperty = 5i32; -pub const _IID_IXmlReader: ::windows_sys::core::GUID = ::windows_sys::core::GUID { data1: 1920597121, data2: 28829, data3: 16533, data4: [182, 61, 105, 254, 75, 13, 144, 48] }; -pub const _IID_IXmlResolver: ::windows_sys::core::GUID = ::windows_sys::core::GUID { data1: 1920597122, data2: 28829, data3: 16533, data4: [182, 61, 105, 254, 75, 13, 144, 48] }; -pub const _IID_IXmlWriter: ::windows_sys::core::GUID = ::windows_sys::core::GUID { data1: 1920597128, data2: 28829, data3: 16533, data4: [182, 61, 105, 254, 75, 13, 144, 48] }; -- cgit v1.2.3