]> git.mxchange.org Git - simgear.git/blobdiff - simgear/debug/logstream.cxx
remove old .cvsignore files
[simgear.git] / simgear / debug / logstream.cxx
index d906679e88ae1efa19194094ce6a146e539f0b6f..664038b93a713e57ebcfb368ca0ea5407e236dba 100644 (file)
@@ -27,7 +27,7 @@
 logstream *logstream::global_logstream = 0;
 
 bool            logbuf::logging_enabled = true;
-#ifdef _MSC_VER
+#ifdef _WIN32
    bool         logbuf::has_console = true;
 #endif
 sgDebugClass    logbuf::logClass        = SG_NONE;