Rename shared_path -> resources_path.
[dcpomatic.git] / src / lib / cross_windows.cc
index 606c59f9b7f6645b33f7f19245a854f1026a25ed..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 ()
 {
@@ -554,7 +561,7 @@ Drive::get ()
                                &geom, sizeof(geom), &returned, 0
                                );
 
-               LOG_DISK("Having a looky through %1 locked volumes", locked_volumes.size());
+               LOG_DISK("Having a look through %1 locked volumes", locked_volumes.size());
                bool locked = false;
                for (vector<pair<HANDLE, string> >::const_iterator i = locked_volumes.begin(); i != locked_volumes.end(); ++i) {
                        if (i->second == physical_drive) {