X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fsupport%2Fos_unix.C;h=28235773133e77f33720950e0d7e651b420f485f;hb=342cdf432246110db37bee4e0aebb4b72c933ddb;hp=b5d67f34e3f220b7f344ecac71a8f2881ed554f4;hpb=b5589bf6cf82439dc8dcc6c9465ce3b32dc0f389;p=lyx.git diff --git a/src/support/os_unix.C b/src/support/os_unix.C index b5d67f34e3..2823577313 100644 --- a/src/support/os_unix.C +++ b/src/support/os_unix.C @@ -87,6 +87,16 @@ shell_type shell() return UNIX; } + +char path_separator() +{ + return ':'; +} + + +void cygwin_path_fix(bool) +{} + } // namespace os } // namespace support } // namespace lyx