Salome HOME
Replacing DISABLE_PARASMESH with WIN32
[modules/smesh.git] / src / SMESH / SMESH_Gen.cxx
index 4297420f8e9951218c4d3d665aa70497e9459f2a..61d4fc010092a442bad28ac641216f65df412ddd 100644 (file)
@@ -28,7 +28,7 @@
 
 //#define CHRONODEF
 //
-#ifndef DISABLE_PARAMESH
+#ifndef WIN32
 #include <boost/asio.hpp>
 #endif
 #include "SMESH_Gen.hxx"
@@ -350,7 +350,7 @@ bool SMESH_Gen::parallelComputeSubMeshes(
       smToCompute->ComputeStateEngine( SMESH_subMesh::CHECK_COMPUTE_STATE );
       continue;
     }
-#ifdef DISABLE_PARASMESH
+#ifdef WIN32
     compute_function(smToCompute, computeEvent,
                       shapeSM, aShapeOnly, allowedSubShapes,
                       aShapesId);