]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Remove deprecated workaround for Windows
authorana <ana@opencascade.com>
Tue, 5 Apr 2016 09:40:21 +0000 (12:40 +0300)
committerana <ana@opencascade.com>
Tue, 5 Apr 2016 09:40:21 +0000 (12:40 +0300)
src/PyInterp/PyInterp.h

index 1ac25a1bb956f163903fbd609952aa1856df3e35..08271e0326e5b33c5aca71d6c8fe69bdc47e05e0 100755 (executable)
 #endif  // WIN32
 
 // ========================================================
-// little trick - if we do not have debug python libraries
-#ifdef _DEBUG
- #ifndef HAVE_DEBUG_PYTHON
-  #undef _DEBUG
- #endif
-#endif
 
 #include <Python.h>
 
-#ifdef _DEBUG
- #ifndef HAVE_DEBUG_PYTHON
-  #define _DEBUG
- #endif
-#endif
-
-// ========================================================
 // avoid warning messages
 #ifdef WIN32
 #pragma warning (disable : 4786)