From f4d39134b8daefb5ab0db6750a203f980eecb4f0 Mon Sep 17 00:00:00 2001 From: Jan Kotas Date: Fri, 10 Jul 2020 06:41:34 -0700 Subject: [PATCH] Simplify IsWow64Process interop (#39059) Fixes #38910 --- .../src/System.Diagnostics.Process.csproj | 2 ++ .../src/System/Diagnostics/ProcessManager.Win32.cs | 33 +++++++--------------- 2 files changed, 12 insertions(+), 23 deletions(-) diff --git a/src/libraries/System.Diagnostics.Process/src/System.Diagnostics.Process.csproj b/src/libraries/System.Diagnostics.Process/src/System.Diagnostics.Process.csproj index c7165ca..7c759f4 100644 --- a/src/libraries/System.Diagnostics.Process/src/System.Diagnostics.Process.csproj +++ b/src/libraries/System.Diagnostics.Process/src/System.Diagnostics.Process.csproj @@ -82,6 +82,8 @@ Link="Common\Interop\Windows\Kernel32\Interop.CloseHandle.cs" /> +