Salome HOME
Porting SMESH Plugins on Win32 platform.
[modules/smesh.git] / src / SMESH_I / SMESH_2smeshpy.cxx
index 10673f51161f30c5f29fe881244d4b2360b19709..48144a9962bd0ab920d27c7e1bb70b5af467209a 100644 (file)
@@ -3934,7 +3934,11 @@ _pyHypothesisReader::_pyHypothesisReader()
           sep = rootDir[pos];
           break;
         }
+#ifdef WNT
+      if (sep.empty() ) sep = "\\";
+#else
       if (sep.empty() ) sep = "/";
+#endif
 
       // get a path to resource file
       string xmlPath = rootDir;