gallium: Complete integer types.
This commit is contained in:
@@ -52,6 +52,9 @@ typedef unsigned long long uint64;
|
||||
|
||||
#if defined(__MSC__)
|
||||
|
||||
typedef char int8_t;
|
||||
typedef unsigned char uint8_t;
|
||||
typedef short int16_t;
|
||||
typedef unsigned short uint16_t;
|
||||
typedef long int32_t;
|
||||
typedef unsigned long uint32_t;
|
||||
|
||||
Reference in New Issue
Block a user