2
0
Эх сурвалжийг харах

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

Frank Zago 16 жил өмнө
parent
commit
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
 }