Ensure UINT64_MAX is defined

This commit is contained in:
Chris Robinson 2013-11-27 05:09:33 -08:00
parent 37fa82f138
commit 6a76f50fa3

View File

@ -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)