From: Christian Heimes Date: Thu, 6 Dec 2007 13:32:14 +0000 (+0000) Subject: Silence more warnings, _CRT_NONSTDC_NO_DEPRECATE is already defined in pyconfig.h... X-Git-Tag: v3.0a2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=280ca080d566c738cd7667297922ebe8280da6c6;p=thirdparty%2FPython%2Fcpython.git Silence more warnings, _CRT_NONSTDC_NO_DEPRECATE is already defined in pyconfig.h but several projects don't include it. --- diff --git a/PCbuild9/pyproject.vsprops b/PCbuild9/pyproject.vsprops index 95717e76653c..ba3a675aa03b 100644 --- a/PCbuild9/pyproject.vsprops +++ b/PCbuild9/pyproject.vsprops @@ -12,7 +12,7 @@ InlineFunctionExpansion="1" EnableIntrinsicFunctions="true" AdditionalIncludeDirectories="..\Include; ..\PC" - PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_WIN32" + PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WIN32" StringPooling="true" ExceptionHandling="0" RuntimeLibrary="0"