diff options
Diffstat (limited to 'src/mapi/glapi/glapi_priv.h')
-rw-r--r-- | src/mapi/glapi/glapi_priv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapi/glapi/glapi_priv.h b/src/mapi/glapi/glapi_priv.h index 89f81c723e9..3ab553a2b8d 100644 --- a/src/mapi/glapi/glapi_priv.h +++ b/src/mapi/glapi/glapi_priv.h @@ -38,7 +38,7 @@ #include "GL/gl.h" #include "GL/glext.h" -#ifndef GL_FIXED +#ifndef GL_OES_fixed_point typedef int GLfixed; typedef int GLclampx; #endif |