summaryrefslogtreecommitdiffstats
path: root/PCbuild/pythoncore.vcxproj
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2015-02-26 04:38:31 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2015-02-26 04:38:31 (GMT)
commitb3f51e3c449585a1396f17df9d5db224ba3e0e0a (patch)
tree0191e582c8258f61986979af0cbbc79cfa246987 /PCbuild/pythoncore.vcxproj
parent4fa49727d7e50b7f93c1861a4520d6654e1808c9 (diff)
downloadcpython-b3f51e3c449585a1396f17df9d5db224ba3e0e0a.zip
cpython-b3f51e3c449585a1396f17df9d5db224ba3e0e0a.tar.gz
cpython-b3f51e3c449585a1396f17df9d5db224ba3e0e0a.tar.bz2
Adds _CRT_NON_CONFORMING_WCSTOK to retain two-parameter wcstok.
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 479f68d..430d835 100644
--- a/PCbuild/pythoncore.vcxproj
+++ b/PCbuild/pythoncore.vcxproj
@@ -67,7 +67,7 @@
<ClCompile>
<AdditionalOptions>/Zm200 %(AdditionalOptions)</AdditionalOptions>
<AdditionalIncludeDirectories>$(PySourcePath)Python;$(PySourcePath)Modules\zlib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <PreprocessorDefinitions>_USRDLL;Py_BUILD_CORE;Py_ENABLE_SHARED;MS_DLL_ID="$(SysWinVer)";%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <PreprocessorDefinitions>_CRT_NON_CONFORMING_WCSTOK;_USRDLL;Py_BUILD_CORE;Py_ENABLE_SHARED;MS_DLL_ID="$(SysWinVer)";%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<Link>
<AdditionalDependencies>ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>