X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fcross.h;h=a00fee67917c95031a038c7b14fdeec0b8d85f30;hb=89115db77729a2c99f1a09ff6a461720e16f889e;hp=d9cc2d12f4b2981b48378515fcbfae8d3d15dacd;hpb=409db67a7e665c562b4c46035e6394263a93a7f6;p=dcpomatic.git diff --git a/src/lib/cross.h b/src/lib/cross.h index d9cc2d12f..a00fee679 100644 --- a/src/lib/cross.h +++ b/src/lib/cross.h @@ -17,16 +17,15 @@ */ -#include #include -class Log; - -#ifdef DVDOMATIC_WINDOWS +#ifdef DCPOMATIC_WINDOWS #define WEXITSTATUS(w) (w) #endif -extern void dvdomatic_sleep (int); +class Log; + +void dcpomatic_sleep (int); extern std::pair cpu_info (); extern void run_ffprobe (boost::filesystem::path, boost::filesystem::path, boost::shared_ptr); extern std::list > mount_info ();