From edafebffa42b9bc57408cc9540a7c15e4e4cab63 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 5 Jan 2014 18:06:12 +0000 Subject: Use _fseeki64 on Windows when handling content files. --- src/lib/cross.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/cross.h') diff --git a/src/lib/cross.h b/src/lib/cross.h index 931e7d890..7e032e5a1 100644 --- a/src/lib/cross.h +++ b/src/lib/cross.h @@ -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); -- cgit v1.2.3