All compile errors on Mac fixed.
This commit is contained in:
parent
2c138d703d
commit
504d68e2f8
3 changed files with 8 additions and 6 deletions
|
|
@ -40,7 +40,6 @@
|
|||
#include <signal.h>
|
||||
#include <unistd.h>
|
||||
#include "mus2midi.h"
|
||||
extern void ChildSigHandler (int signum);
|
||||
#endif
|
||||
|
||||
#include <ctype.h>
|
||||
|
|
@ -159,9 +158,6 @@ void I_InitMusic (void)
|
|||
setatterm = true;
|
||||
atterm (I_ShutdownMusicExit);
|
||||
|
||||
#ifndef _WIN32
|
||||
signal (SIGCHLD, ChildSigHandler);
|
||||
#endif
|
||||
}
|
||||
MusicDown = false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue