diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2006-11-21 18:20:25 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2006-11-21 18:20:25 (GMT) |
commit | 2607e6c02195538db13b8c3d5d8c7d6b820df71a (patch) | |
tree | 81d8fa51bfcab344b7de9303f6066307d8353ae5 /Misc/NEWS | |
parent | 7ac039653ea9fab695226c9a79a703577d7fc7ba (diff) | |
download | cpython-2607e6c02195538db13b8c3d5d8c7d6b820df71a.zip cpython-2607e6c02195538db13b8c3d5d8c7d6b820df71a.tar.gz cpython-2607e6c02195538db13b8c3d5d8c7d6b820df71a.tar.bz2 |
Conditionalize definition of _CRT_SECURE_NO_DEPRECATE
and _CRT_NONSTDC_NO_DEPRECATE.
Will backport.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -347,6 +347,13 @@ C API so it can be used as an expression. +Windows +------- + +- Conditionalize definition of _CRT_SECURE_NO_DEPRECATE + and _CRT_NONSTDC_NO_DEPRECATE. + + Mac --- |