summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2007-12-06 13:32:14 (GMT)
committerChristian Heimes <christian@cheimes.de>2007-12-06 13:32:14 (GMT)
commit280ca080d566c738cd7667297922ebe8280da6c6 (patch)
tree88241e66270419d9db92b649f4691a4b6b43b573
parent99533a95bbfcf255c6b3925e8cb1a9210a5837b9 (diff)
downloadcpython-280ca080d566c738cd7667297922ebe8280da6c6.zip
cpython-280ca080d566c738cd7667297922ebe8280da6c6.tar.gz
cpython-280ca080d566c738cd7667297922ebe8280da6c6.tar.bz2
Silence more warnings, _CRT_NONSTDC_NO_DEPRECATE is already defined in pyconfig.h but several projects don't include it.
-rw-r--r--PCbuild9/pyproject.vsprops2
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild9/pyproject.vsprops b/PCbuild9/pyproject.vsprops
index 95717e7..ba3a675 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"