[PATCH 0/1] MR7929: include: Fix typos in exclusiveto attributes.
From: Hans Leidekker <hans(a)codeweavers.com> --- include/windows.networking.connectivity.idl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/windows.networking.connectivity.idl b/include/windows.networking.connectivity.idl index 0507882d73f..e452b2e3289 100644 --- a/include/windows.networking.connectivity.idl +++ b/include/windows.networking.connectivity.idl @@ -432,7 +432,7 @@ namespace Windows.Networking.Connectivity [ contract(Windows.Foundation.UniversalApiContract, 1.0), - exclusiveto(Windows.Networking.Connectivity.NetworkInformation), + exclusiveto(Windows.Networking.Connectivity.NetworkItem), uuid(01bc4d39-f5e0-4567-a28c-42080c831b2b), ] interface INetworkItem : IInspectable @@ -454,7 +454,7 @@ namespace Windows.Networking.Connectivity [ contract(Windows.Foundation.UniversalApiContract, 1.0), - exclusiveto(Windows.Networking.Connectivity.NetworkSecuritySettings), + exclusiveto(Windows.Networking.Connectivity.ProxyConfiguration), uuid(ef3a60b4-9004-4dd6-b7d8-b3e502f4aad0), ] interface IProxyConfiguration : IInspectable -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/7929
participants (2)
-
Hans Leidekker -
Hans Leidekker (@hans)