Fix fopen() on windows to cope with long filenames (part of #1755).
[dcpomatic.git] / src / lib / cross.h
index cc066488a9b4cac9312cbeb84b2a797566139222..bdcae353786103146d40f632c7d6e6a096193c73 100644 (file)
@@ -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 ();
 }