]> Creatis software - crea.git/blobdiff - src/creaSystem.cxx
*** empty log message ***
[crea.git] / src / creaSystem.cxx
index 460bb7fb53c5756fbb966d11d4f912dc982c9d9e..7225884dd445252b2f44d9c45a0727eb4a4c24ed 100644 (file)
@@ -43,12 +43,9 @@ 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   
@@ -171,6 +168,7 @@ int System::GetAppPath(char *pname, size_t pathsize)
     return -1; /* Path Lookup Failed */
 } 
 
+
 std::string System::GetDllAppPath(std::string nomdll){
        std::string path = ".";
 #ifdef WIN32