mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-03-23 08:30:58 +00:00
Arm byte typedef with ifndef _DEF_BYTE_.
Include compat.h
This commit is contained in:
parent
a590336aff
commit
6f5fe77ed2
1 changed files with 4 additions and 0 deletions
|
@ -34,10 +34,14 @@
|
|||
#include <stdio.h>
|
||||
#include <sys/types.h>
|
||||
#include <qdefs.h>
|
||||
#include <compat.h>
|
||||
|
||||
#define MAX_QPATH 64
|
||||
|
||||
#ifndef _DEF_BYTE_
|
||||
# define _DEF_BYTE_
|
||||
typedef unsigned char byte;
|
||||
#endif
|
||||
|
||||
// KJB Undefined true and false defined in SciTech's DEBUG.H header
|
||||
#undef true
|
||||
|
|
Loading…
Reference in a new issue