summaryrefslogtreecommitdiffstats
path: root/PCbuild/pythoncore.vcxproj
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@redhat.com>2019-04-15 15:29:31 (GMT)
committerGitHub <noreply@github.com>2019-04-15 15:29:31 (GMT)
commitaba7d662abbb847f9f45c6db58242a9b4bf65bff (patch)
treeb09270f21260f573a4a2ef626a98d31dd59b562d /PCbuild/pythoncore.vcxproj
parent9820c07e4146e18bddc9ac1586cee7e542903de0 (diff)
downloadcpython-aba7d662abbb847f9f45c6db58242a9b4bf65bff.zip
cpython-aba7d662abbb847f9f45c6db58242a9b4bf65bff.tar.gz
cpython-aba7d662abbb847f9f45c6db58242a9b4bf65bff.tar.bz2
bpo-35134: Add cpython/pymem.h to build system (GH-12842)
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 a980799..a135e93 100644
--- a/PCbuild/pythoncore.vcxproj
+++ b/PCbuild/pythoncore.vcxproj
@@ -117,6 +117,7 @@
<ClInclude Include="..\Include\cpython\objimpl.h" />
<ClInclude Include="..\Include\cpython\pyerrors.h" />
<ClInclude Include="..\Include\cpython\pylifecycle.h" />
+ <ClInclude Include="..\Include\cpython\pymem.h" />
<ClInclude Include="..\Include\cpython\pystate.h" />
<ClInclude Include="..\Include\cpython\tupleobject.h" />
<ClInclude Include="..\Include\cpython\unicodeobject.h" />