Sleep changed to cross-platform sleep; send/receive.png icons changed

This commit is contained in:
felixrojauro
2015-11-25 15:43:16 +01:00
parent 5d5aec5b26
commit e2f6eae47d
6 changed files with 7 additions and 7 deletions

View File

@@ -78,7 +78,7 @@ volatile bool fRequestShutdown = false;
void StartShutdown()
{
Sleep(1000);
boost::this_thread::sleep_for( boost::chrono::seconds( 1 ) );
fRequestShutdown = true;
}
bool ShutdownRequested()