summaryrefslogtreecommitdiffstats
path: root/PCbuild/pythoncore.vcxproj
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2017-12-15 07:48:12 (GMT)
committerGitHub <noreply@github.com>2017-12-15 07:48:12 (GMT)
commite425bd75177ffb7f098bdb0618b4a5ba3211fe52 (patch)
tree459f866641039b9111acff53ed3a0aaecce8ffd6 /PCbuild/pythoncore.vcxproj
parentf74ef458ab1f502e4e60bd1502ac1dc0d2cb3847 (diff)
downloadcpython-e425bd75177ffb7f098bdb0618b4a5ba3211fe52.zip
cpython-e425bd75177ffb7f098bdb0618b4a5ba3211fe52.tar.gz
cpython-e425bd75177ffb7f098bdb0618b4a5ba3211fe52.tar.bz2
move pygetopt.h to internal (closes bpo-32264) (#4830)
Diffstat (limited to 'PCbuild/pythoncore.vcxproj')
-rw-r--r--PCbuild/pythoncore.vcxproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/pythoncore.vcxproj b/PCbuild/pythoncore.vcxproj
index 1dca3cc..25651d0 100644
--- a/PCbuild/pythoncore.vcxproj
+++ b/PCbuild/pythoncore.vcxproj
@@ -150,7 +150,7 @@
<ClInclude Include="..\Include\pyerrors.h" />
<ClInclude Include="..\Include\pyexpat.h" />
<ClInclude Include="..\Include\pyfpe.h" />
- <ClInclude Include="..\Include\pygetopt.h" />
+ <ClInclude Include="..\Include\internal\pygetopt.h" />
<ClInclude Include="..\Include\pylifecycle.h" />
<ClInclude Include="..\Include\pymath.h" />
<ClInclude Include="..\Include\pytime.h" />