Add missing GLAPIENTRY

This commit is contained in:
Karl Schultz
2003-12-04 20:23:44 +00:00
parent ddd3fad6e5
commit d6745697b6
6 changed files with 175 additions and 175 deletions

View File

@@ -337,7 +337,7 @@ static void _ae_update_state( GLcontext *ctx )
}
void _ae_loopback_array_elt( GLint elt )
void GLAPIENTRY _ae_loopback_array_elt( GLint elt )
{
GET_CURRENT_CONTEXT(ctx);
AEcontext *actx = AE_CONTEXT(ctx);