mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2026-08-22 12:20:14 +00:00
Merge pull request #2470 from parsebulb/fix-no-win32_app-compile
Fix compilation when WIN32_APP is not defined
This commit is contained in:
@@ -101,7 +101,11 @@ namespace util
|
||||
|
||||
int DaemonWin32::GetGracefulShutdownInterval () const
|
||||
{
|
||||
#ifdef WIN32_APP
|
||||
return i2p::win32::GetGracefulShutdownRemainingTime ();
|
||||
#else
|
||||
return Daemon_Singleton::GetGracefulShutdownInterval ();
|
||||
#endif
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user