#ifdef out on Windows a fix for Linux

This commit is contained in:
Xawotihs@gmail.com
2013-01-26 22:35:57 +00:00
parent eec9bb44a8
commit 975445d3d5

View File

@@ -162,7 +162,9 @@ void JNetwork::ThreadProc(void* param)
pThis->toSend.str("");
}
}
#ifdef LINUX
boost::this_thread::sleep(1);
#endif
}
DebugTrace("Quitting Thread");