A "fix" for Android compilation. Feel free to replace if something better is available

This commit is contained in:
wagic.the.homebrew@gmail.com
2013-01-27 09:36:43 +00:00
parent 2fcd031a7d
commit 5fa1cc915b

View File

@@ -163,7 +163,10 @@ void JNetwork::ThreadProc(void* param)
}
}
#ifdef LINUX
// erwan 2013/01 added android check because of a compilation error
#ifndef ANDROID
boost::this_thread::sleep(1);
#endif
#endif
}