Skip to content

Commit

Permalink
Remove CoreLib's src\Interop\Windows directory (dotnet/coreclr#22622)
Browse files Browse the repository at this point in the history
It contains only one file with an interop signature that's not actually being used. Deleting the dup.

Commit migrated from dotnet/coreclr@6adc4c0
  • Loading branch information
stephentoub authored and jkotas committed Feb 15, 2019
1 parent b9520bd commit ef302b0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,6 @@
</ItemGroup>
<ItemGroup Condition="'$(TargetsWindows)' == 'true'">
<Compile Include="$(BclSourcesRoot)\System\DateTime.Windows.cs" />
<Compile Include="$(BclSourcesRoot)\Interop\Windows\Kernel32\Interop.GetSystemDirectoryW.cs" />
<Compile Include="$(BclSourcesRoot)\System\ApplicationModel.Windows.cs" />
<Compile Include="$(BclSourcesRoot)\System\Globalization\GlobalizationMode.Windows.cs" />
<Compile Include="$(BclSourcesRoot)\System\Threading\ClrThreadPoolBoundHandle.Windows.cs" />
Expand Down

This file was deleted.

0 comments on commit ef302b0

Please sign in to comment.