summaryrefslogtreecommitdiff
path: root/src/lib/cross.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-01-05 18:06:12 +0000
committerCarl Hetherington <cth@carlh.net>2014-01-05 18:06:12 +0000
commitedafebffa42b9bc57408cc9540a7c15e4e4cab63 (patch)
tree1b170a86427b9671fc45e4a1317d5fd944eec674 /src/lib/cross.h
parent8c23bbd8e6adcc83bd0d530aedf96df83302f878 (diff)
Use _fseeki64 on Windows when handling content files.
Diffstat (limited to 'src/lib/cross.h')
-rw-r--r--src/lib/cross.h1
1 files changed, 1 insertions, 0 deletions
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);