diff options
Diffstat (limited to 'OpenAL32')
-rw-r--r-- | OpenAL32/Include/alMain.h | 4 |
1 files changed, 4 insertions, 0 deletions
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) |