Use _fseeki64 on Windows when handling content files.
[dcpomatic.git] / src / lib / cross.h
index 931e7d8900792612f5781fc44b0b44f494c6cf09..7e032e5a1c808006e0c35860f9be6522f358bc9b 100644 (file)
@@ -34,3 +34,4 @@ extern boost::filesystem::path openssl_path ();
 extern boost::filesystem::path app_contents ();
 #endif
 extern FILE * fopen_boost (boost::filesystem::path, std::string);
+extern int dcpomatic_fseek (FILE *, int64_t, int);