summaryrefslogtreecommitdiff
path: root/src/lib/cross.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-01-28 11:24:53 +0000
committerCarl Hetherington <cth@carlh.net>2014-01-28 11:24:53 +0000
commit11544ebe755cdcf345f53c581c2b1370ccd95e87 (patch)
treeb54ffd941feb40e005b78035e7abab54dd52cf7d /src/lib/cross.h
parent4f8dd4d3a10b00a11541d2843325760c893a6489 (diff)
Try to prevent windows machines going to sleep during encodes.
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 7e032e5a1..822b36631 100644
--- a/src/lib/cross.h
+++ b/src/lib/cross.h
@@ -35,3 +35,4 @@ extern boost::filesystem::path app_contents ();
#endif
extern FILE * fopen_boost (boost::filesystem::path, std::string);
extern int dcpomatic_fseek (FILE *, int64_t, int);
+void kick ();