mirror of
https://github.com/ioquake/jedi-outcast.git
synced 2024-11-10 07:11:42 +00:00
define a BYTE type in q_shared.h
This commit is contained in:
parent
e915f8920d
commit
b315df2c60
1 changed files with 1 additions and 0 deletions
|
@ -146,6 +146,7 @@ typedef unsigned long ulong;
|
|||
typedef unsigned short word;
|
||||
|
||||
typedef unsigned char byte;
|
||||
typedef unsigned char BYTE;
|
||||
|
||||
typedef const char *LPCSTR;
|
||||
|
||||
|
|
Loading…
Reference in a new issue