qgspython.patch 652 B

12345678910111213141516171819
  1. diff --git a/src/python/qgspythonutilsimpl.cpp b/src/python/qgspythonutilsimpl.cpp
  2. index e72acca2..20f5325e 100644
  3. --- a/src/python/qgspythonutilsimpl.cpp
  4. +++ b/src/python/qgspythonutilsimpl.cpp
  5. @@ -1,4 +1,4 @@
  6. -/***************************************************************************
  7. +/***************************************************************************
  8. qgspythonutils.cpp - routines for interfacing Python
  9. ---------------------
  10. begin : October 2006
  11. @@ -17,7 +17,7 @@
  12. // otherwise issues some warnings
  13. #ifdef _MSC_VER
  14. #ifdef _DEBUG
  15. -#undef _DEBUG
  16. +//#undef _DEBUG
  17. #endif
  18. #endif
  19. #include <Python.h>