mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Silence more warnings, _CRT_NONSTDC_NO_DEPRECATE is already defined in pyconfig.h but several projects don't include it.
This commit is contained in:
parent
99533a95bb
commit
280ca080d5
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue