From: Steve Dower Date: Thu, 26 Feb 2015 04:38:31 +0000 (-0800) Subject: Adds _CRT_NON_CONFORMING_WCSTOK to retain two-parameter wcstok. X-Git-Tag: v3.5.0a2~87 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b3f51e3c449585a1396f17df9d5db224ba3e0e0a;p=python Adds _CRT_NON_CONFORMING_WCSTOK to retain two-parameter wcstok. --- diff --git a/PCbuild/pythoncore.vcxproj b/PCbuild/pythoncore.vcxproj index 479f68df55..430d835c6e 100644 --- a/PCbuild/pythoncore.vcxproj +++ b/PCbuild/pythoncore.vcxproj @@ -67,7 +67,7 @@ /Zm200 %(AdditionalOptions) $(PySourcePath)Python;$(PySourcePath)Modules\zlib;%(AdditionalIncludeDirectories) - _USRDLL;Py_BUILD_CORE;Py_ENABLE_SHARED;MS_DLL_ID="$(SysWinVer)";%(PreprocessorDefinitions) + _CRT_NON_CONFORMING_WCSTOK;_USRDLL;Py_BUILD_CORE;Py_ENABLE_SHARED;MS_DLL_ID="$(SysWinVer)";%(PreprocessorDefinitions) ws2_32.lib;%(AdditionalDependencies)