From 6a76f50fa3814de466e9a803e0d2051335222341 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Wed, 27 Nov 2013 05:09:33 -0800 Subject: [PATCH] Ensure UINT64_MAX is defined --- OpenAL32/Include/alMain.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index fb0d08bd..09a21964 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -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)