Update comments re _DEBUG redefinition before including Python.h
This commit is contained in:
parent
0c2d0fea0f
commit
c09020853d
1 changed files with 2 additions and 3 deletions
|
|
@ -19,9 +19,8 @@
|
|||
/* Use debug wrappers with the Python release dll */
|
||||
|
||||
#if defined(_MSC_VER) && _MSC_VER >= 1929
|
||||
/* Workaround what seems to be a bug in the Python headers with MSVC 2022.
|
||||
* https://github.com/swig/swig/issues/2090
|
||||
*/
|
||||
/* Workaround compilation errors when redefining _DEBUG in MSVC 2019 version 16.10 and later
|
||||
* See https://github.com/swig/swig/issues/2090 */
|
||||
# include <corecrt.h>
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue