Salome HOME
Deal with pipes
[tools/medcoupling.git] / src / INTERP_KERNELTest / TestInterpKernelUtils.hxx
index 6d249e096591e50441d986fb93bedf11a49d3c9d..149c74dd90779e79b0d2f76cf56c45cffa231f93 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2015  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2016  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
 #define _TESTINTERPKERNELUTILS_HXX_
 
 #include "InterpKernelTestExport.hxx"
-
 #include <string>
 
-#ifdef WIN32
-# define IK_PATH_SEP std::string("\\")
-#else
-# define IK_PATH_SEP std::string("/")
-#endif
-
 namespace INTERP_TEST
 {
   INTERPKERNELTEST_EXPORT std::string getResourceFile( const std::string& filename, int levelUp=2);