X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fcross.h;fp=src%2Flib%2Fcross.h;h=8c1df998b56dec3ccdfd8758fa0262a4a76f1fa4;hp=02839eb68a5678bfbe2bed0fc98fd432720c6a73;hb=86765a617035e0283c20c9f2696909743e618156;hpb=7a3f4f1b6411f7d15bf00e863fb5e70a5d930dd8;ds=sidebyside 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);