diff options
Diffstat (limited to 'opengl/include/GLES/glplatform.h')
| -rw-r--r-- | opengl/include/GLES/glplatform.h | 7 | 
1 files changed, 2 insertions, 5 deletions
| diff --git a/opengl/include/GLES/glplatform.h b/opengl/include/GLES/glplatform.h index 198e679db270..2db6ee2ca68e 100644 --- a/opengl/include/GLES/glplatform.h +++ b/opengl/include/GLES/glplatform.h @@ -1,7 +1,7 @@  #ifndef __glplatform_h_  #define __glplatform_h_ -/* $Revision: 7172 $ on $Date:: 2009-01-09 11:17:41 -0800 #$ */ +/* $Revision: 10601 $ on $Date:: 2010-03-04 22:15:27 -0800 #$ */  /*   * This document is licensed under the SGI Free Software B License Version @@ -9,7 +9,6 @@   */  /* Platform-specific types and definitions for OpenGL ES 1.X  gl.h - * Last modified on 2008/12/19   *   * Adopters may modify khrplatform.h and this file to suit their platform.   * You are encouraged to submit all modifications to the Khronos group so that @@ -24,10 +23,8 @@  #define GL_API      KHRONOS_APICALL  #endif -#if defined(ANDROID) - +#ifndef GL_APIENTRY  #define GL_APIENTRY KHRONOS_APIENTRY -  #endif  #endif /* __glplatform_h_ */ | 
