From 7a253dcd97fa669b8615476b287ef4dd0a935014 Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Tue, 23 Oct 2018 05:03:00 -0700 Subject: [PATCH] bpo-34980: P/Invoke QueryFullProcessImageName to get process names (GH-9901) (cherry picked from commit fa5329424f4206630c34f75629fa78738db647f0) Co-authored-by: Jeremy Kloth --- PCbuild/pyproject.props | 35 +++++++++++++++++++++++++---------- 1 file changed, 25 insertions(+), 10 deletions(-) diff --git a/PCbuild/pyproject.props b/PCbuild/pyproject.props index 7016130b6fe8..6d36977456e0 100644 --- a/PCbuild/pyproject.props +++ b/PCbuild/pyproject.props @@ -109,19 +109,34 @@ - + + + + + -- 2.47.3