Add Distributed Multihead X (DMX) support

This commit is contained in:
Kevin E Martin 2004-06-30 20:06:56 +00:00
commit 7976ee51af
447 changed files with 103260 additions and 52 deletions

View file

@ -385,10 +385,10 @@ LogMessage(MessageType type, const char *format, ...)
}
#ifdef __GNUC__
static void AbortServer(void) __attribute__((noreturn));
void AbortServer(void) __attribute__((noreturn));
#endif
static void
void
AbortServer(void)
{
OsCleanup(TRUE);