diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-01-28 11:24:53 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-01-28 11:24:53 +0000 |
| commit | 11544ebe755cdcf345f53c581c2b1370ccd95e87 (patch) | |
| tree | b54ffd941feb40e005b78035e7abab54dd52cf7d /src/lib/cross.h | |
| parent | 4f8dd4d3a10b00a11541d2843325760c893a6489 (diff) | |
Try to prevent windows machines going to sleep during encodes.
Diffstat (limited to 'src/lib/cross.h')
| -rw-r--r-- | src/lib/cross.h | 1 |
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 (); |
