(start_server) [_WIN32]: Put #ifndef _WIN32 around act.
This was missed with the [!POSIXSIGNALS]: changes.
This commit is contained in:
parent
0595ff4d4e
commit
b915edd13c
1 changed files with 2 additions and 0 deletions
|
@ -285,7 +285,9 @@ init_server(void)
|
|||
void
|
||||
start_server(int flags)
|
||||
{
|
||||
#if !defined(_WIN32)
|
||||
struct sigaction act;
|
||||
#endif
|
||||
|
||||
logerror("------------------------------------------------------");
|
||||
logerror("Empire server (pid %d) started", (int)getpid());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue