summaryrefslogtreecommitdiff
path: root/src/System.Private.CoreLib/System.Private.CoreLib.csproj
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2019-03-08 08:27:54 +0100
committerJan Kotas <jkotas@microsoft.com>2019-03-07 23:27:54 -0800
commit0fee55abb6b7c742cb487b12706dc54080e9e128 (patch)
tree2b67a2750c8d3f06c71df3a1368d4599d105c9a3 /src/System.Private.CoreLib/System.Private.CoreLib.csproj
parent1fc9e9c28771863839bf54da3e17f9f2d12e84b2 (diff)
downloadcoreclr-0fee55abb6b7c742cb487b12706dc54080e9e128.tar.gz
coreclr-0fee55abb6b7c742cb487b12706dc54080e9e128.tar.bz2
coreclr-0fee55abb6b7c742cb487b12706dc54080e9e128.zip
Use platform specific implementation of GetCurrentProcessId (#23084)
* Use platform specific implementation of GetCurrentProcessId directly in shared location instead of relying on runtime export * Move GetCurrentProcessId to Interop class * Update ES_BUILD_STANDALONE build
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, 0 insertions, 1 deletions
diff --git a/src/System.Private.CoreLib/System.Private.CoreLib.csproj b/src/System.Private.CoreLib/System.Private.CoreLib.csproj
index affbf3eabc..816d3cef33 100644
--- a/src/System.Private.CoreLib/System.Private.CoreLib.csproj
+++ b/src/System.Private.CoreLib/System.Private.CoreLib.csproj
@@ -267,7 +267,6 @@
<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.GetCurrentProcessId.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" />