From bc02eac9d2cb36faffc5027b7ce09e6dd0922a7f Mon Sep 17 00:00:00 2001 From: Eric Snow Date: Thu, 13 Jan 2022 15:54:36 -0700 Subject: bpo-46370: Move the static initializer for _PyRuntime to its own header file. (gh-30587) https://bugs.python.org/issue46370 --- PCbuild/pythoncore.vcxproj | 1 + 1 file changed, 1 insertion(+) (limited to 'PCbuild/pythoncore.vcxproj') diff --git a/PCbuild/pythoncore.vcxproj b/PCbuild/pythoncore.vcxproj index 83ae2f0874..12eac8ebab 100644 --- a/PCbuild/pythoncore.vcxproj +++ b/PCbuild/pythoncore.vcxproj @@ -233,6 +233,7 @@ + -- cgit v1.2.1