From a8a58d1c98cfc5ca4918a577acc461bc0588c19b Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 18 Jun 2014 01:04:06 +0200 Subject: remove __attribute__ if not using gcc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/lib/fake-quartz-cg.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/lib/fake-quartz-cg.h') diff --git a/src/lib/fake-quartz-cg.h b/src/lib/fake-quartz-cg.h index 177bcd9..2a4630c 100644 --- a/src/lib/fake-quartz-cg.h +++ b/src/lib/fake-quartz-cg.h @@ -23,6 +23,11 @@ #endif +#ifndef __GNUC__ +# define __attribute__ +#endif + + /* This header file contains some capabilities of * and , * and can be used modify gamma ramps without Mac OS X and Quartz -- cgit v1.2.3-70-g09d2