From 105aa6ed86d452245007cbfd36e712d4d5c66fa3 Mon Sep 17 00:00:00 2001 From: Michael Bien Date: Thu, 17 Sep 2009 03:08:21 +0200 Subject: fixed jvm jni include paths in build --- resources/CL/stdint.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'resources/CL') diff --git a/resources/CL/stdint.h b/resources/CL/stdint.h index 6db5e110..a9dd63a4 100644 --- a/resources/CL/stdint.h +++ b/resources/CL/stdint.h @@ -7,7 +7,6 @@ // typedef unsigned __int64 uint64_t; #else -// only needed for src generation, not later at compile time typedef signed char int8_t; typedef unsigned short int16_t; typedef int int32_t; @@ -20,6 +19,8 @@ typedef unsigned int uintptr_t; typedef unsigned int size_t; + + // FIXME workaround prevent re-defininition of int16_t in types.h # define __int8_t_defined /* Greatest-width integer types */ -- cgit v1.2.3