Merge branch 'VLAM3D-master'

* VLAM3D-master:
  Define _DEBUG to 1 to do exactly like /LDd, /MDd or /MTd compiler options
This commit is contained in:
William S Fulton 2017-09-10 17:15:55 +01:00
commit af3d59917d

View file

@ -3,7 +3,7 @@
/* Use debug wrappers with the Python release dll */
# undef _DEBUG
# include <Python.h>
# define _DEBUG
# define _DEBUG 1
#else
# include <Python.h>
#endif