From a1451fefd171840916b7c7c87db7fa01dcbcfd3f Mon Sep 17 00:00:00 2001 From: ana Date: Mon, 16 May 2016 18:56:51 +0300 Subject: [PATCH] Windows compatibility --- src/LifeCycleCORBA/SALOME_LifeCycleCORBA.cxx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/LifeCycleCORBA/SALOME_LifeCycleCORBA.cxx b/src/LifeCycleCORBA/SALOME_LifeCycleCORBA.cxx index 053960e36..e8d666b63 100644 --- a/src/LifeCycleCORBA/SALOME_LifeCycleCORBA.cxx +++ b/src/LifeCycleCORBA/SALOME_LifeCycleCORBA.cxx @@ -600,11 +600,6 @@ void SALOME_LifeCycleCORBA::killOmniNames() std::string python_exe; python_exe = std::string("python"); -#ifdef WIN32 - #ifdef _DEBUG_ - python_exe += std::string("_d"); - #endif -#endif if ( !portNumber.empty() ) { -- 2.39.2