X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fcross.h;fp=src%2Flib%2Fcross.h;h=bdcae353786103146d40f632c7d6e6a096193c73;hp=cc066488a9b4cac9312cbeb84b2a797566139222;hb=87df63f0ca9cf1df4f99f5818dad45bbc4c6e3e3;hpb=151f5c81fade29e9bebea9904fd85975351b7b78 diff --git a/src/lib/cross.h b/src/lib/cross.h index cc066488a..bdcae3537 100644 --- a/src/lib/cross.h +++ b/src/lib/cross.h @@ -67,6 +67,7 @@ extern bool running_32_on_64 (); extern void unprivileged (); extern boost::filesystem::path config_path (); extern boost::filesystem::path directory_containing_executable (); +extern boost::filesystem::path fix_long_path (boost::filesystem::path path); namespace dcpomatic { std::string get_process_id (); }