]> Creatis software - crea.git/blobdiff - src/creaSystem.cxx
creaMaracasVisu
[crea.git] / src / creaSystem.cxx
index 9f917e508b2b7b830347c22f9d6781e724f07747..65311afe1e6c9601276b7963c26fbf07065a5883 100644 (file)
@@ -43,7 +43,12 @@ namespace crea
      return isatty(fileno(stdin));
    }
 #endif
-
+std::string System::GetDllAppPath(std::string nom){
+       std::string path = ".";
+#ifdef WIN32
+#endif
+       return path;
+}
 int System::GetAppPath(char *pname, size_t pathsize)
    {
 #ifdef LINUX