summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2007-12-06 13:30:11 (GMT)
committerChristian Heimes <christian@cheimes.de>2007-12-06 13:30:11 (GMT)
commitf8761e548c2bdf1da6a9ab8fee0f70e236667eb0 (patch)
tree6dd7e71729f3f4a1cd205f8ceafcf229668db2d8
parentd3fc07a4a076143b9b20f8236e9d1c07bfb818dc (diff)
downloadcpython-f8761e548c2bdf1da6a9ab8fee0f70e236667eb0.zip
cpython-f8761e548c2bdf1da6a9ab8fee0f70e236667eb0.tar.gz
cpython-f8761e548c2bdf1da6a9ab8fee0f70e236667eb0.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 2e5c0f0..16cbf10 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"