浏览代码

(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()
 void CConsoleHandler::start()
 {
 {
+#ifdef _WIN32
 	thread = new boost::thread(boost::bind(&CConsoleHandler::run,console));
 	thread = new boost::thread(boost::bind(&CConsoleHandler::run,console));
+#endif
 }
 }