Fix pow <small> and a very stypid bug with dummy srcs(0 equals to tmp0.x)</small...
[mesa.git] / src / mesa / main / api_arrayelt.h
index 706a72308c55fbffa14dfcbf224e9137214193ea..1c0af9f3ea8da32a21c72686497f0f782bd61207 100644 (file)
@@ -32,6 +32,6 @@
 extern GLboolean _ae_create_context( GLcontext *ctx );
 extern void _ae_destroy_context( GLcontext *ctx );
 extern void _ae_invalidate_state( GLcontext *ctx, GLuint new_state );
-extern void _ae_loopback_array_elt( GLint elt );
+extern void GLAPIENTRY _ae_loopback_array_elt( GLint elt );
 
 #endif