From d28fff72db5f9fce84cbdcec7416d4e0e5b731a7 Mon Sep 17 00:00:00 2001 From: "jean.chalard" Date: Wed, 5 Nov 2008 15:00:32 +0000 Subject: [PATCH] J : * Change the binding define for __attribute__ from LINUX to __GNUC__ --- JGE/include/JTypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JGE/include/JTypes.h b/JGE/include/JTypes.h index 1351829b1..2b5cf67e0 100644 --- a/JGE/include/JTypes.h +++ b/JGE/include/JTypes.h @@ -32,7 +32,7 @@ #endif -#ifndef LINUX +#ifndef __GNUC__ #define __attribute__(arg) #endif