]> git.lyx.org Git - lyx.git/blobdiff - src/support/os_unix.C
the convert patch
[lyx.git] / src / support / os_unix.C
index b5d67f34e3f220b7f344ecac71a8f2881ed554f4..28235773133e77f33720950e0d7e651b420f485f 100644 (file)
@@ -87,6 +87,16 @@ shell_type shell()
        return UNIX;
 }
 
+
+char path_separator()
+{
+       return ':';
+}
+
+
+void cygwin_path_fix(bool)
+{}
+
 } // namespace os
 } // namespace support
 } // namespace lyx