From 87df63f0ca9cf1df4f99f5818dad45bbc4c6e3e3 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 20 Apr 2021 22:53:46 +0200 Subject: Fix fopen() on windows to cope with long filenames (part of #1755). --- src/lib/cross_linux.cc | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/lib/cross_linux.cc') 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(getpid()); } + + +boost::filesystem::path +fix_long_path (boost::filesystem::path path) +{ + return path; +} + -- cgit v1.2.3