diff options
Diffstat (limited to 'src/lib/cross_linux.cc')
| -rw-r--r-- | src/lib/cross_linux.cc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/lib/cross_linux.cc b/src/lib/cross_linux.cc index 510bce8c3..816573230 100644 --- a/src/lib/cross_linux.cc +++ b/src/lib/cross_linux.cc @@ -420,3 +420,11 @@ dcpomatic::get_process_id () { return dcp::raw_convert<string>(getpid()); } + + +boost::filesystem::path +fix_long_path (boost::filesystem::path path) +{ + return path; +} + |
