summaryrefslogtreecommitdiff
path: root/src/lib/cross.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-08-02 17:25:38 +0100
committerCarl Hetherington <cth@carlh.net>2017-08-14 21:07:48 +0100
commit86765a617035e0283c20c9f2696909743e618156 (patch)
tree9134dd73b0cb0761533b7b798d8cb3b6ebfd2200 /src/lib/cross.h
parent7a3f4f1b6411f7d15bf00e863fb5e70a5d930dd8 (diff)
Stub player.
Diffstat (limited to 'src/lib/cross.h')
-rw-r--r--src/lib/cross.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/cross.h b/src/lib/cross.h
index 02839eb68..8c1df998b 100644
--- a/src/lib/cross.h
+++ b/src/lib/cross.h
@@ -45,6 +45,9 @@ extern boost::filesystem::path openssl_path ();
#ifdef DCPOMATIC_OSX
extern boost::filesystem::path app_contents ();
#endif
+#ifdef DCPOMATIC_WINDOWS
+extern void maybe_open_console ();
+#endif
extern boost::filesystem::path shared_path ();
extern FILE * fopen_boost (boost::filesystem::path, std::string);
extern int dcpomatic_fseek (FILE *, int64_t, int);