diff options
Diffstat (limited to 'src/Globals.h')
-rw-r--r-- | src/Globals.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Globals.h b/src/Globals.h index d2080b8eb..7e53da80e 100644 --- a/src/Globals.h +++ b/src/Globals.h @@ -91,6 +91,9 @@ typedef unsigned long long UInt64; typedef unsigned int UInt32; typedef unsigned short UInt16; +typedef unsigned char Byte; + + |