From 3d76d307d46286c803db20f52ac335606f2f8fe8 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 18 Sep 2014 21:10:03 +0100 Subject: Print a message when starting up with the windows console. --- src/tools/dcpomatic.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/tools') diff --git a/src/tools/dcpomatic.cc b/src/tools/dcpomatic.cc index e429b7a9d..8a0aa245e 100644 --- a/src/tools/dcpomatic.cc +++ b/src/tools/dcpomatic.cc @@ -73,8 +73,6 @@ using std::exception; using boost::shared_ptr; using boost::dynamic_pointer_cast; -// #define DCPOMATIC_WINDOWS_CONSOLE 1 - class FilmChangedDialog { public: @@ -159,6 +157,8 @@ public: FILE* hf_in = _fdopen(hCrt, "r"); setvbuf(hf_in, NULL, _IONBF, 128); *stdin = *hf_in; + + cout << "DCP-o-matic is starting." << "\n"; } #endif -- cgit v1.2.3