Added InfoPage implementation

This commit is contained in:
Andre Jochems
2015-11-25 10:21:12 +01:00
parent 93b1e17402
commit eb5c432b9f
20 changed files with 825 additions and 20 deletions

View File

@@ -78,6 +78,7 @@ volatile bool fRequestShutdown = false;
void StartShutdown()
{
Sleep(1000);
fRequestShutdown = true;
}
bool ShutdownRequested()