From 65c74f1570b845ea3be9fc17bec2655392ca38f8 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 31 Dec 2011 03:01:18 +0000 Subject: workaround for error building with clang and quiet some warnings building without libmv. --- source/blender/blenloader/BLO_sys_types.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/blender/blenloader/BLO_sys_types.h') diff --git a/source/blender/blenloader/BLO_sys_types.h b/source/blender/blenloader/BLO_sys_types.h index 800ae834b59..20d211a74c1 100644 --- a/source/blender/blenloader/BLO_sys_types.h +++ b/source/blender/blenloader/BLO_sys_types.h @@ -87,7 +87,8 @@ typedef unsigned long uintptr_t; #include /* XXX */ -#ifndef uint64_t +#ifndef UINT64_MAX +# define UINT64_MAX 18446744073709551615 typedef uint8_t u_int8_t; typedef uint16_t u_int16_t; typedef uint32_t u_int32_t; -- cgit v1.2.3