Use a less confusing macro name, SWIG_PYTHON_NO_DEBUG => SWIG_PYTHON_INTERPRETER_NO_DEBUG

This commit is contained in:
William S Fulton 2013-06-11 19:15:57 +01:00
commit 7f95c7bb3e
11 changed files with 12 additions and 12 deletions

View file

@ -1,5 +1,5 @@
%insert(runtime) %{
#if defined(_DEBUG) && defined(SWIG_PYTHON_NO_DEBUG)
#if defined(_DEBUG) && defined(SWIG_PYTHON_INTERPRETER_NO_DEBUG)
/* Use debug wrappers with the Python release dll */
# undef _DEBUG
# include <Python.h>