From: ana Date: Tue, 5 Apr 2016 09:40:21 +0000 (+0300) Subject: Remove deprecated workaround for Windows X-Git-Tag: V7_8_0a2~4 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c53d517b8a82ed2cfa55daf1223b2466df77b3b4;p=modules%2Fgui.git Remove deprecated workaround for Windows --- diff --git a/src/PyInterp/PyInterp.h b/src/PyInterp/PyInterp.h index 1ac25a1bb..08271e032 100755 --- a/src/PyInterp/PyInterp.h +++ b/src/PyInterp/PyInterp.h @@ -38,22 +38,9 @@ #endif // WIN32 // ======================================================== -// little trick - if we do not have debug python libraries -#ifdef _DEBUG - #ifndef HAVE_DEBUG_PYTHON - #undef _DEBUG - #endif -#endif #include -#ifdef _DEBUG - #ifndef HAVE_DEBUG_PYTHON - #define _DEBUG - #endif -#endif - -// ======================================================== // avoid warning messages #ifdef WIN32 #pragma warning (disable : 4786)