A "fix" for Android compilation. Feel free to replace if something better is available
This commit is contained in:
@@ -163,7 +163,10 @@ void JNetwork::ThreadProc(void* param)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
#ifdef LINUX
|
#ifdef LINUX
|
||||||
|
// erwan 2013/01 added android check because of a compilation error
|
||||||
|
#ifndef ANDROID
|
||||||
boost::this_thread::sleep(1);
|
boost::this_thread::sleep(1);
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user