summaryrefslogtreecommitdiff
path: root/src/lib/cross.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/cross.h')
-rw-r--r--src/lib/cross.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/lib/cross.h b/src/lib/cross.h
index 970bf3e9d..d185286b1 100644
--- a/src/lib/cross.h
+++ b/src/lib/cross.h
@@ -17,11 +17,9 @@
*/
-#include <string>
-
-#ifdef DVDOMATIC_WINDOWS
+#ifdef DCPOMATIC_WINDOWS
#define WEXITSTATUS(w) (w)
#endif
-void dvdomatic_sleep (int);
+void dcpomatic_sleep (int);
extern std::pair<std::string, int> cpu_info ();