mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
qnx patch from DrSpliff
This commit is contained in:
parent
695fe40e29
commit
043ec906c4
2 changed files with 5 additions and 1 deletions
|
@ -32,7 +32,12 @@
|
|||
#define __qtypes_h
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#ifdef __QNX__
|
||||
#define msg_t qnx_msg_t
|
||||
#include <sys/types.h>
|
||||
#undef msg_t
|
||||
#endif
|
||||
|
||||
#define MAX_QPATH 64
|
||||
|
||||
|
|
|
@ -47,7 +47,6 @@ static __attribute__ ((unused)) const char rcsid[] =
|
|||
#include "QF/cmd.h"
|
||||
#include "QF/cvar.h"
|
||||
#include "QF/mathlib.h"
|
||||
#include "QF/msg.h"
|
||||
#include "QF/progs.h"
|
||||
#include "QF/sys.h"
|
||||
#include "QF/va.h"
|
||||
|
|
Loading…
Reference in a new issue