diff options
Diffstat (limited to '')
-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 6c0b4e0fd..1e90d83e9 100644 --- a/src/Globals.h +++ b/src/Globals.h @@ -93,6 +93,9 @@ typedef unsigned long long UInt64; typedef unsigned int UInt32; typedef unsigned short UInt16; +typedef unsigned char Byte; + + |