Преглед на файлове

(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
 }