summaryrefslogtreecommitdiffstats
path: root/PCbuild/pythoncore.vcxproj
diff options
context:
space:
mode:
authorCarl Meyer <carl@oddbird.net>2023-01-09 09:05:56 (GMT)
committerGitHub <noreply@github.com>2023-01-09 09:05:56 (GMT)
commit0cd597fef10d30a100fa4d5e132b3d385a5ac0a4 (patch)
treeb5502d58bb7f96f5e44d863796b951681913ef45 /PCbuild/pythoncore.vcxproj
parent7a50d6b5b09a88e915891757fdd6d371310d2e96 (diff)
downloadcpython-0cd597fef10d30a100fa4d5e132b3d385a5ac0a4.zip
cpython-0cd597fef10d30a100fa4d5e132b3d385a5ac0a4.tar.gz
cpython-0cd597fef10d30a100fa4d5e132b3d385a5ac0a4.tar.bz2
gh-100764: add `pycore_frame.h` to PYTHON_HEADERS and Windows build files(#100765)
Diffstat (limited to 'PCbuild/pythoncore.vcxproj')
-rw-r--r--PCbuild/pythoncore.vcxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/PCbuild/pythoncore.vcxproj b/PCbuild/pythoncore.vcxproj
index 78f5234..d3bd5b3 100644
--- a/PCbuild/pythoncore.vcxproj
+++ b/PCbuild/pythoncore.vcxproj
@@ -218,6 +218,7 @@
<ClInclude Include="..\Include\internal\pycore_fileutils.h" />
<ClInclude Include="..\Include\internal\pycore_floatobject.h" />
<ClInclude Include="..\Include\internal\pycore_format.h" />
+ <ClInclude Include="..\Include\internal\pycore_frame.h" />
<ClInclude Include="..\Include\internal\pycore_function.h" />
<ClInclude Include="..\Include\internal\pycore_gc.h" />
<ClInclude Include="..\Include\internal\pycore_genobject.h" />