Ensure UINT64_MAX is defined
This commit is contained in:
parent
37fa82f138
commit
6a76f50fa3
@ -56,6 +56,10 @@ typedef ptrdiff_t ALsizeiptrEXT;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifndef UINT64_MAX
|
||||
#define UINT64_MAX U64(18446744073709551615)
|
||||
#endif
|
||||
|
||||
#ifndef UNUSED
|
||||
#if defined(__cplusplus)
|
||||
#define UNUSED(x)
|
||||
|
Loading…
Reference in New Issue
Block a user