summaryrefslogtreecommitdiff
path: root/src/System.Private.CoreLib/System.Private.CoreLib.csproj
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2019-04-02 14:41:49 -0700
committerJan Kotas <jkotas@microsoft.com>2019-04-02 18:17:04 -0700
commitaab338efb65808acc1ff9b7f95bd3dd5f0a6a3be (patch)
treecc51c8b443c76c096ba0b4e5a85758ef15549a54 /src/System.Private.CoreLib/System.Private.CoreLib.csproj
parentc007aec8171b74858147da283754a0ba85bff750 (diff)
downloadcoreclr-aab338efb65808acc1ff9b7f95bd3dd5f0a6a3be.tar.gz
coreclr-aab338efb65808acc1ff9b7f95bd3dd5f0a6a3be.tar.bz2
coreclr-aab338efb65808acc1ff9b7f95bd3dd5f0a6a3be.zip
Avoid unnecessary SetLastError on PInvokes (dotnet/corefx#36544)
These console PInvokes are used in nearly every app. Omitting unnecessary SetLastError will save us from generating marshalling stub for them. Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
Diffstat (limited to 'src/System.Private.CoreLib/System.Private.CoreLib.csproj')
-rw-r--r--src/System.Private.CoreLib/System.Private.CoreLib.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/System.Private.CoreLib/System.Private.CoreLib.csproj b/src/System.Private.CoreLib/System.Private.CoreLib.csproj
index e75a0fc2e4..e8cb0b8345 100644
--- a/src/System.Private.CoreLib/System.Private.CoreLib.csproj
+++ b/src/System.Private.CoreLib/System.Private.CoreLib.csproj
@@ -271,6 +271,7 @@
<Compile Include="$(BclSourcesRoot)\System\ValueType.cs" />
<Compile Include="$(BclSourcesRoot)\System\WeakReference.cs" />
<Compile Include="$(BclSourcesRoot)\System\WeakReferenceOfT.cs" />
+ <Compile Include="shared\Interop\Windows\Kernel32\Interop.HandleTypes.cs" />
<Compile Include="shared\Interop\Windows\Kernel32\Interop.GetStdHandle.cs" />
<Compile Include="shared\Interop\Windows\Kernel32\Interop.LocalAlloc.cs" />
<Compile Include="shared\Interop\Windows\Kernel32\Interop.QueryUnbiasedInterruptTime.cs" />