Просмотр исходного кода

(linux) Disable the console. It's just too broken.

Frank Zago 16 лет назад
Родитель
Сommit
c78d48473b
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      CConsoleHandler.cpp

+ 2 - 0
CConsoleHandler.cpp

@@ -227,5 +227,7 @@ void CConsoleHandler::end()
 
 
 void CConsoleHandler::start()
 void CConsoleHandler::start()
 {
 {
+#ifdef _WIN32
 	thread = new boost::thread(boost::bind(&CConsoleHandler::run,console));
 	thread = new boost::thread(boost::bind(&CConsoleHandler::run,console));
+#endif
 }
 }