define a BYTE type in q_shared.h

This commit is contained in:
Jonathan Gray 2013-04-22 20:25:20 +10:00
parent e915f8920d
commit b315df2c60
1 changed files with 1 additions and 0 deletions

View File

@ -146,6 +146,7 @@ typedef unsigned long ulong;
typedef unsigned short word;
typedef unsigned char byte;
typedef unsigned char BYTE;
typedef const char *LPCSTR;