macOS / new boost build fixes.
[dcpomatic.git] / src / lib / cross.h
index 64cb2e6b83f5bb8952fb1d2c4c10d629e7515385..a53e85a2de3560d5a886c1b8834c099e2d459196 100644 (file)
@@ -53,7 +53,9 @@ extern boost::filesystem::path disk_writer_path ();
 #ifdef DCPOMATIC_WINDOWS
 extern void maybe_open_console ();
 #endif
-extern boost::filesystem::path shared_path ();
+extern boost::filesystem::path resources_path ();
+extern boost::filesystem::path xsd_path ();
+extern boost::filesystem::path tags_path ();
 extern FILE * fopen_boost (boost::filesystem::path, std::string);
 extern int dcpomatic_fseek (FILE *, int64_t, int);
 extern void start_batch_converter ();