Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the win32 metadata to version 32.0.17 #2015

Merged
merged 5 commits into from Sep 9, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Binary file modified crates/libs/metadata/default/Windows.Win32.Interop.winmd
Binary file not shown.
Binary file modified crates/libs/metadata/default/Windows.Win32.winmd
Binary file not shown.
2 changes: 1 addition & 1 deletion crates/libs/metadata/default/readme.md
Expand Up @@ -4,7 +4,7 @@ dependent crate or workspace has an empty or non-existent `.windows/winmd` direc

## Windows.Win32.winmd
- Source: https://www.nuget.org/packages/Microsoft.Windows.SDK.Win32Metadata/
- Version: 31.0.4-preview
- Version: 32.0.17-preview

## Windows.winmd
- Source: https://www.nuget.org/packages/Microsoft.Windows.SDK.Contracts
Expand Down
16 changes: 8 additions & 8 deletions crates/libs/sys/src/Windows/Win32/Data/Xml/MsXml/mod.rs
Expand Up @@ -1589,21 +1589,21 @@ pub const XHR_PROP_SET_ENTERPRISEID: XHR_PROPERTY = 10i32;
#[doc = "*Required features: `\"Win32_Data_Xml_MsXml\"`*"]
pub const XHR_PROP_MAX_CONNECTIONS: XHR_PROPERTY = 11i32;
#[doc = "*Required features: `\"Win32_Data_Xml_MsXml\"`*"]
pub type XMLEMEM_TYPE = i32;
pub type XMLELEM_TYPE = i32;
#[doc = "*Required features: `\"Win32_Data_Xml_MsXml\"`*"]
pub const XMLELEMTYPE_ELEMENT: XMLEMEM_TYPE = 0i32;
pub const XMLELEMTYPE_ELEMENT: XMLELEM_TYPE = 0i32;
#[doc = "*Required features: `\"Win32_Data_Xml_MsXml\"`*"]
pub const XMLELEMTYPE_TEXT: XMLEMEM_TYPE = 1i32;
pub const XMLELEMTYPE_TEXT: XMLELEM_TYPE = 1i32;
#[doc = "*Required features: `\"Win32_Data_Xml_MsXml\"`*"]
pub const XMLELEMTYPE_COMMENT: XMLEMEM_TYPE = 2i32;
pub const XMLELEMTYPE_COMMENT: XMLELEM_TYPE = 2i32;
#[doc = "*Required features: `\"Win32_Data_Xml_MsXml\"`*"]
pub const XMLELEMTYPE_DOCUMENT: XMLEMEM_TYPE = 3i32;
pub const XMLELEMTYPE_DOCUMENT: XMLELEM_TYPE = 3i32;
#[doc = "*Required features: `\"Win32_Data_Xml_MsXml\"`*"]
pub const XMLELEMTYPE_DTD: XMLEMEM_TYPE = 4i32;
pub const XMLELEMTYPE_DTD: XMLELEM_TYPE = 4i32;
#[doc = "*Required features: `\"Win32_Data_Xml_MsXml\"`*"]
pub const XMLELEMTYPE_PI: XMLEMEM_TYPE = 5i32;
pub const XMLELEMTYPE_PI: XMLELEM_TYPE = 5i32;
#[doc = "*Required features: `\"Win32_Data_Xml_MsXml\"`*"]
pub const XMLELEMTYPE_OTHER: XMLEMEM_TYPE = 6i32;
pub const XMLELEMTYPE_OTHER: XMLELEM_TYPE = 6i32;
#[repr(C)]
#[doc = "*Required features: `\"Win32_Data_Xml_MsXml\"`*"]
pub struct XHR_CERT {
Expand Down
72 changes: 36 additions & 36 deletions crates/libs/sys/src/Windows/Win32/Devices/Bluetooth/mod.rs

Large diffs are not rendered by default.