summaryrefslogtreecommitdiffstats
path: root/PCbuild
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2016-09-18 00:28:45 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2016-09-18 00:28:45 (GMT)
commit5f9c3926ccec45d4756e30a774c622f1588c95e4 (patch)
tree987c4f80c6a6dfa4f505d157a780bffcb6e30bd4 /PCbuild
parente8ef95e3ba0bfdb699b3fdae9de685f7cc343615 (diff)
parent74f4af7ac304baf8ea1eef95194b89982c3d683d (diff)
downloadcpython-5f9c3926ccec45d4756e30a774c622f1588c95e4.zip
cpython-5f9c3926ccec45d4756e30a774c622f1588c95e4.tar.gz
cpython-5f9c3926ccec45d4756e30a774c622f1588c95e4.tar.bz2
Issue #27932: Prevent memory leak in win32_ver().
Diffstat (limited to 'PCbuild')
-rw-r--r--PCbuild/pythoncore.vcxproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/pythoncore.vcxproj b/PCbuild/pythoncore.vcxproj
index 5d957de..769c643 100644
--- a/PCbuild/pythoncore.vcxproj
+++ b/PCbuild/pythoncore.vcxproj
@@ -69,7 +69,7 @@
<PreprocessorDefinitions>_USRDLL;Py_BUILD_CORE;Py_ENABLE_SHARED;MS_DLL_ID="$(SysWinVer)";%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<Link>
- <AdditionalDependencies>shlwapi.lib;ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
+ <AdditionalDependencies>version.lib;shlwapi.lib;ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
<BaseAddress>0x1e000000</BaseAddress>
</Link>
</ItemDefinitionGroup>