From 38479e7fc495830862d5212b6350cdcefd980956 Mon Sep 17 00:00:00 2001 From: Mike Battista <13860912+mikebattista@users.noreply.github.com> Date: Thu, 13 Jul 2023 10:44:58 -0700 Subject: [PATCH] The functions from netcon.h are missing. Fixed #1616. --- generation/WinSDK/libMappings.rsp | 7 ++++++- scripts/ChangesSinceLastRelease.txt | 6 ++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/generation/WinSDK/libMappings.rsp b/generation/WinSDK/libMappings.rsp index 0c7e2479e..85be02ac5 100644 --- a/generation/WinSDK/libMappings.rsp +++ b/generation/WinSDK/libMappings.rsp @@ -26724,4 +26724,9 @@ SignerSignEx3=Mssign32.dll SignerTimeStamp=Mssign32.dll SignerTimeStampEx=Mssign32.dll SignerTimeStampEx2=Mssign32.dll -SignerTimeStampEx3=Mssign32.dll \ No newline at end of file +SignerTimeStampEx3=Mssign32.dll +NcFreeNetconProperties=Netshell.dll +NcIsValidConnectionName=Netshell.dll +NetworkIsolationEnumerateAppContainerRules=Firewallapi.dll +NetworkIsolationGetEnterpriseIdAsync=Firewallapi.dll +NetworkIsolationGetEnterpriseIdClose=Firewallapi.dll \ No newline at end of file diff --git a/scripts/ChangesSinceLastRelease.txt b/scripts/ChangesSinceLastRelease.txt index 748d35b75..8e77fca27 100644 --- a/scripts/ChangesSinceLastRelease.txt +++ b/scripts/ChangesSinceLastRelease.txt @@ -821,3 +821,9 @@ Windows.Win32.Devices.DeviceAndDriverInstallation.DIUNINSTALLDRIVER_FLAGS added Windows.Win32.Devices.DeviceAndDriverInstallation.DIUNINSTALLDRIVER_FLAGS.DIURFLAG_NO_REMOVE_INF added Windows.Win32.Devices.DeviceAndDriverInstallation.DIUNINSTALLDRIVER_FLAGS.DIURFLAG_RESERVED added Windows.Win32.Devices.DeviceAndDriverInstallation.DIUNINSTALLDRIVER_FLAGS.DIURFLAG_VALID added +# Fixed #1616. +Windows.Win32.NetworkManagement.WindowsFirewall.Apis.NcFreeNetconProperties added +Windows.Win32.NetworkManagement.WindowsFirewall.Apis.NcIsValidConnectionName added +Windows.Win32.NetworkManagement.WindowsFirewall.Apis.NetworkIsolationEnumerateAppContainerRules added +Windows.Win32.NetworkManagement.WindowsFirewall.Apis.NetworkIsolationGetEnterpriseIdAsync added +Windows.Win32.NetworkManagement.WindowsFirewall.Apis.NetworkIsolationGetEnterpriseIdClose added