Rename shared_path -> resources_path.
[dcpomatic.git] / src / lib / cross_windows.cc
index 337750dcbfd4525520c82ddc13990f44cb95f55c..498078785972b945d3de755393250e2c132aa3d1 100644 (file)
@@ -193,12 +193,19 @@ directory_containing_executable ()
 
 
 boost::filesystem::path
-shared_path ()
+resources_path ()
 {
        return directory_containing_executable().parent_path();
 }
 
 
+boost::filesystem::path
+xsd_path ()
+{
+       return directory_containing_executable().parent_path() / "xsd";
+}
+
+
 boost::filesystem::path
 openssl_path ()
 {