]> git.lyx.org Git - lyx.git/blobdiff - src/support/os_unix.C
make "make distcheck" work
[lyx.git] / src / support / os_unix.C
index d2a3e07c36d4dd1c0a19fec5dc90ab9c3247155f..28235773133e77f33720950e0d7e651b420f485f 100644 (file)
@@ -87,11 +87,16 @@ shell_type shell()
        return UNIX;
 }
 
+
 char path_separator()
 {
        return ':';
 }
 
+
+void cygwin_path_fix(bool)
+{}
+
 } // namespace os
 } // namespace support
 } // namespace lyx