mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 11:30:21 +01:00
Add missing intmax_t and uintmax_t
This commit is contained in:
parent
a77a6bc008
commit
d960b61ea3
1 changed files with 3 additions and 0 deletions
|
|
@ -110,6 +110,9 @@ typedef unsigned __int32 uintptr_t;
|
|||
#define INT64_C(__val) __val##i64
|
||||
#define UINT64_C(__val) __val##ui64
|
||||
|
||||
typedef int64_t intmax_t;
|
||||
typedef uint64_t uintmax_t;
|
||||
|
||||
#else
|
||||
#error "Unsupported compiler"
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue