]> git.lyx.org Git - lyx.git/blobdiff - src/support/os_os2.C
make "make distcheck" work
[lyx.git] / src / support / os_os2.C
index aba74d9168a4c8b6ebc72188ef56b79d68a35694..86713af6ee655f8efaa022f24653abae0f960c23 100644 (file)
@@ -44,10 +44,10 @@ void init(int argc, char * argv[])
                exit(rc);
 
        // OS/2 cmd.exe has another use for '&'
-       string sh = OnlyFilename(GetEnvPath("EMXSHELL"));
+       string sh = OnlyFilename(getEnvPath("EMXSHELL"));
        if (sh.empty()) {
                // COMSPEC is set, unless user unsets
-               sh = OnlyFilename(GetEnvPath("COMSPEC"));
+               sh = OnlyFilename(getEnvPath("COMSPEC"));
                if (sh.empty())
                        sh = "cmd.exe";
        }
@@ -208,6 +208,10 @@ char path_separator()
        return ';';
 }
 
+
+void cygwin_path_fix(bool)
+{}
+
 } // namespace os
 } // namespace support
 } // namespace lyx