]> git.mxchange.org Git - simgear.git/blobdiff - simgear/debug/logstream.cxx
Modified Files:
[simgear.git] / simgear / debug / logstream.cxx
index 255eae07a88542f5580d6f48e3ae72d5cabd49ad..0a360941dcf0a63965a66114e6df48315306b04f 100644 (file)
@@ -25,6 +25,9 @@
 logstream *global_logstream = NULL;
 
 bool            logbuf::logging_enabled = true;
+#ifdef _MSC_VER
+   bool         logbuf::has_console = true;
+#endif
 sgDebugClass    logbuf::logClass        = SG_NONE;
 sgDebugPriority logbuf::logPriority     = SG_INFO;
 streambuf*      logbuf::sbuf            = NULL;