diff options
Diffstat (limited to 'src/lib/cross_windows.cc')
| -rw-r--r-- | src/lib/cross_windows.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/cross_windows.cc b/src/lib/cross_windows.cc index 130086898..f55e0a9c2 100644 --- a/src/lib/cross_windows.cc +++ b/src/lib/cross_windows.cc @@ -198,11 +198,13 @@ openssl_path () return executable_path() / "openssl.exe"; } +#ifdef DCPOMATIC_DISK boost::filesystem::path disk_writer_path () { return executable_path() / "dcpomatic2_disk_writer.exe"; } +#endif /* Apparently there is no way to create an ofstream using a UTF-8 filename under Windows. We are hence reduced to using fopen |
