check event button against GLUT_MAX_MENUS (bug 1484284)
[mesa.git] / src / glut / glx / glut_keyctrl.c
index a4bc0210b7bcecb1f6314f8c115f04abf3aa82d0..c76912e100af1672494101f32125d0af15b21b67 100644 (file)
@@ -8,13 +8,13 @@
 #include "glutint.h"
 
 /* CENTRY */
-void APIENTRY
+void GLUTAPIENTRY
 glutIgnoreKeyRepeat(int ignore)
 {
   __glutCurrentWindow->ignoreKeyRepeat = ignore;
 }
 
-void APIENTRY
+void GLUTAPIENTRY
 glutSetKeyRepeat(int repeatMode)
 {
 #if !defined(_WIN32)