From 9a9156dd98bfacdeb9caa78539f3a619aa569cc2 Mon Sep 17 00:00:00 2001 From: "jean.chalard" Date: Wed, 5 Nov 2008 14:55:38 +0000 Subject: [PATCH] J : * Remove __attribute__ when not GCC. --- JGE/include/JTypes.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/JGE/include/JTypes.h b/JGE/include/JTypes.h index 6eb442f04..1351829b1 100644 --- a/JGE/include/JTypes.h +++ b/JGE/include/JTypes.h @@ -32,6 +32,10 @@ #endif +#ifndef LINUX +#define __attribute__(arg) +#endif + #define MAX_CHANNEL 128