Skip to content

Commit

Permalink
The functions from netcon.h are missing. Fixed #1616.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebattista committed Jul 13, 2023
1 parent 570d029 commit 38479e7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
7 changes: 6 additions & 1 deletion generation/WinSDK/libMappings.rsp
Original file line number Diff line number Diff line change
Expand Up @@ -26724,4 +26724,9 @@ SignerSignEx3=Mssign32.dll
SignerTimeStamp=Mssign32.dll
SignerTimeStampEx=Mssign32.dll
SignerTimeStampEx2=Mssign32.dll
SignerTimeStampEx3=Mssign32.dll
SignerTimeStampEx3=Mssign32.dll
NcFreeNetconProperties=Netshell.dll
NcIsValidConnectionName=Netshell.dll
NetworkIsolationEnumerateAppContainerRules=Firewallapi.dll
NetworkIsolationGetEnterpriseIdAsync=Firewallapi.dll
NetworkIsolationGetEnterpriseIdClose=Firewallapi.dll
6 changes: 6 additions & 0 deletions scripts/ChangesSinceLastRelease.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 38479e7

Please sign in to comment.