mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 17:30:20 +01:00
gallium: Complete integer types.
This commit is contained in:
parent
f3aa4de034
commit
2bca9f6457
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue