Skip to content

Commit

Permalink
Refactor Interop.LocalAlloc follow-up (#84164)
Browse files Browse the repository at this point in the history
  • Loading branch information
xtqqczze authored Apr 3, 2023
1 parent b2f421f commit b1812ef
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,6 @@
Link="Common\Interop\Windows\Kernel32\Interop.GetCurrentThread.cs" />
<Compile Include="$(CommonPath)Interop\Windows\Kernel32\Interop.GetCurrentThreadId.cs"
Link="Common\Interop\Windows\Kernel32\Interop.GetCurrentThreadId.cs" />
<Compile Include="$(CommonPath)Interop\Windows\Kernel32\Interop.LocalAlloc.cs"
Link="Common\Interop\Windows\Kernel32\Interop.LocalAlloc.cs" />
<Compile Include="$(CommonPath)Interop\Windows\Kernel32\Interop.LocalFree.cs"
Link="Common\Interop\Windows\Kernel32\Interop.LocalFree.cs" />
<Compile Include="$(CommonPath)Interop\Windows\Logoncli\Interop.DsGetDcName.cs"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,6 @@ System.DirectoryServices.ActiveDirectory.DomainController</PackageDescription>
Link="Common\Interop\Windows\Kernel32\Interop.GetProcAddress.cs" />
<Compile Include="$(CommonPath)Interop\Windows\Kernel32\Interop.LoadLibrary.cs"
Link="Common\Interop\Windows\Kernel32\Interop.LoadLibrary.cs" />
<Compile Include="$(CommonPath)Interop\Windows\Kernel32\Interop.LocalAlloc.cs"
Link="Common\Interop\Windows\Kernel32\Interop.LocalAlloc.cs" />
<Compile Include="$(CommonPath)Interop\Windows\Kernel32\Interop.LocalFree.cs"
Link="Common\Interop\Windows\Kernel32\Interop.LocalFree.cs" />
<Compile Include="$(CommonPath)Interop\Windows\OleAut32\Interop.VariantClear.cs"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
<Compile Include="$(CommonPath)Interop\Windows\WinSock\Interop.ErrorCodes.cs"
Link="Common\Interop\Windows\WinSock\Interop.ErrorCodes.cs" />
<!-- Common -->
<Compile Include="$(CommonPath)System\Obsoletions.cs"
<Compile Include="$(CommonPath)System\Obsoletions.cs"
Link="Common\System\Obsoletions.cs" />
</ItemGroup>
<ItemGroup Condition="'$(TargetPlatformIdentifier)' == 'windows'">
Expand All @@ -107,8 +107,6 @@
Link="Common\System\Net\NetworkInformation\HostInformationPal.Windows.cs" />
<Compile Include="$(CommonPath)Interop\Windows\IpHlpApi\Interop.GetNetworkParams.cs"
Link="Common\Interop\Windows\IpHlpApi\Interop.GetNetworkParams.cs" />
<Compile Include="$(CommonPath)Interop\Windows\Kernel32\Interop.LocalAlloc.cs"
Link="Common\Interop\Windows\Kernel32\Interop.LocalAlloc.cs" />
<Compile Include="$(CommonPath)System\Net\NetworkInformation\InterfaceInfoPal.Windows.cs"
Link="Common\System\Net\NetworkInformation\InterfaceInfoPal.Windows.cs" />
<Compile Include="$(CommonPath)Interop\Windows\IpHlpApi\Interop.if_nametoindex.cs"
Expand Down

0 comments on commit b1812ef

Please sign in to comment.