From: Carsten Haitzler Date: Tue, 3 May 2011 05:53:20 +0000 (+0000) Subject: also conflict with gl2.h (gles2 headers) X-Git-Tag: submit/devel/efl/20131022.203902~9687 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3610be8437ffe46b1f52f3a3e7c0ac70d816c868;p=platform%2Fupstream%2Fefl.git also conflict with gl2.h (gles2 headers) SVN revision: 59142 --- diff --git a/legacy/evas/src/lib/Evas_GL.h b/legacy/evas/src/lib/Evas_GL.h index efeee39..8086424 100644 --- a/legacy/evas/src/lib/Evas_GL.h +++ b/legacy/evas/src/lib/Evas_GL.h @@ -462,8 +462,10 @@ EAPI Eina_Bool evas_gl_native_surface_get (Evas_GL *evas_gl, Evas */ EAPI Evas_GL_API *evas_gl_api_get (Evas_GL *evas_gl) EINA_ARG_NONNULL(1); -#ifndef __gl_h_ -#define __gl_h_ +#if !defined(__gl_h_) && !defined(__gl2_h_) +# define __gl_h_ +# define __gl2_h_ + /* * This document is licensed under the SGI Free Software B License Version * 2.0. For details, see http://oss.sgi.com/projects/FreeB/ .