diff options
Diffstat (limited to 'src/lib/cross_osx.cc')
| -rw-r--r-- | src/lib/cross_osx.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/cross_osx.cc b/src/lib/cross_osx.cc index fa12fb380..481edad0d 100644 --- a/src/lib/cross_osx.cc +++ b/src/lib/cross_osx.cc @@ -131,6 +131,7 @@ openssl_path () return path; } +#ifdef DCPOMATIC_DISK boost::filesystem::path disk_writer_path () { @@ -139,6 +140,7 @@ disk_writer_path () path /= "dcpomatic2_disk_writer"; return path; } +#endif /* Apparently there is no way to create an ofstream using a UTF-8 filename under Windows. We are hence reduced to using fopen |
