conditionally define GLAPIENTRYP to prevent some warnings in linux-solo

This commit is contained in:
Brian Paul
2003-12-06 17:58:30 +00:00
parent 1a644b333c
commit 8172cec943
+3 -1
View File
@@ -121,7 +121,9 @@
/* non-Windows compilation */
# define GLAPI extern
# define GLAPIENTRY
# define GLAPIENTRYP *
# ifndef GLAPIENTRYP
# define GLAPIENTRYP *
# endif
# define GLCALLBACK
# define GLCALLBACKP *
# define GLCALLBACKPCAST *