X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fcross_windows.cc;h=498078785972b945d3de755393250e2c132aa3d1;hb=e3c78ffdb5e562841e86e6f59a20494159c44de7;hp=606c59f9b7f6645b33f7f19245a854f1026a25ed;hpb=a3ab919a0894a11f1d04125b635030b6f34e67bd;p=dcpomatic.git diff --git a/src/lib/cross_windows.cc b/src/lib/cross_windows.cc index 606c59f9b..498078785 100644 --- a/src/lib/cross_windows.cc +++ b/src/lib/cross_windows.cc @@ -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 >::const_iterator i = locked_volumes.begin(); i != locked_volumes.end(); ++i) { if (i->second == physical_drive) {