Don't compile SigHupHandler on Windows.

Refs #4995
This commit is contained in:
Gunnar Beutner 2013-11-05 08:29:08 +01:00
parent 3cfccba1ea
commit e32f97c07a
1 changed files with 2 additions and 0 deletions

View File

@ -115,10 +115,12 @@ static bool LoadConfigFiles(const String& appType, bool validateOnly)
return true;
}
#ifndef _WIN32
static void SigHupHandler(int)
{
Application::RequestRestart();
}
#endif /* _WIN32 */
static bool Daemonize(const String& stderrFile)
{