Переглянути джерело

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

Frank Zago 16 роки тому
батько
коміт
c78d48473b
1 змінених файлів з 2 додано та 0 видалено
  1. 2 0
      CConsoleHandler.cpp

+ 2 - 0
CConsoleHandler.cpp

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