michael@0: #ifndef __gl2platform_h_ michael@0: #define __gl2platform_h_ michael@0: michael@0: /* $Revision: 10602 $ on $Date:: 2010-03-04 22:35:34 -0800 #$ */ michael@0: michael@0: /* michael@0: * This document is licensed under the SGI Free Software B License Version michael@0: * 2.0. For details, see http://oss.sgi.com/projects/FreeB/ . michael@0: */ michael@0: michael@0: /* Platform-specific types and definitions for OpenGL ES 2.X gl2.h michael@0: * michael@0: * Adopters may modify khrplatform.h and this file to suit their platform. michael@0: * You are encouraged to submit all modifications to the Khronos group so that michael@0: * they can be included in future versions of this file. Please submit changes michael@0: * by sending them to the public Khronos Bugzilla (http://khronos.org/bugzilla) michael@0: * by filing a bug against product "OpenGL-ES" component "Registry". michael@0: */ michael@0: michael@0: #include michael@0: michael@0: #ifndef GL_APICALL michael@0: #define GL_APICALL KHRONOS_APICALL michael@0: #endif michael@0: michael@0: #ifndef GL_APIENTRY michael@0: #define GL_APIENTRY KHRONOS_APIENTRY michael@0: #endif michael@0: michael@0: #endif /* __gl2platform_h_ */