From 17a564ecc9501e0cb33216e4cc2955b9b5ecc224 Mon Sep 17 00:00:00 2001 From: Steve Dower Date: Sat, 17 Sep 2016 17:29:37 -0700 Subject: Add file missed from backport --- PCbuild/pythoncore.vcxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PCbuild/pythoncore.vcxproj b/PCbuild/pythoncore.vcxproj index 3a1b5ba..e5e96ad 100644 --- a/PCbuild/pythoncore.vcxproj +++ b/PCbuild/pythoncore.vcxproj @@ -69,7 +69,7 @@ _USRDLL;Py_BUILD_CORE;Py_ENABLE_SHARED;MS_DLL_ID="$(SysWinVer)";%(PreprocessorDefinitions) - ws2_32.lib;%(AdditionalDependencies) + version.lib;ws2_32.lib;%(AdditionalDependencies) 0x1e000000 -- cgit v0.12