Fix a problem that caused the new interface code to not actually be
[mesa.git] / src / glut / glx / glut_ext.c
index cfbc31a460ff5161b911db7461a4510db876dd11..a7a56fbef8d4608a13f5bf43a9d2253ef07258c6 100644 (file)
@@ -11,7 +11,7 @@
 #include "glutint.h"
 
 /* CENTRY */
-int APIENTRY 
+int GLUTAPIENTRY 
 glutExtensionSupported(const char *extension)
 {
   static const GLubyte *extensions = NULL;
@@ -177,7 +177,7 @@ static struct name_address_pair glut_functions[] = {
 
 
 /* XXX This isn't an official GLUT function, yet */
-void * APIENTRY 
+void * GLUTAPIENTRY 
 glutGetProcAddress(const char *procName)
 {
    /* Try GLUT functions first */