mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-03-24 08:51:58 +00:00
Arm byte typedef with #ifndef _DEF_BYTE_
This commit is contained in:
parent
735ace6c0c
commit
c87243d94c
1 changed files with 3 additions and 1 deletions
|
@ -24,8 +24,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|||
|
||||
//#include "protocol.h" // for struct usercmd_s
|
||||
|
||||
#ifndef _DEF_BYTE_
|
||||
# define _DEF_BYTE_
|
||||
typedef unsigned char byte;
|
||||
#define _DEF_BYTE_
|
||||
#endif
|
||||
|
||||
// KJB Undefined true and false defined in SciTech's DEBUG.H header
|
||||
#undef true
|
||||
|
|
Loading…
Reference in a new issue