Define GLAPIENTRYP properly so that GLU compiles on Windows.
authorKarl Schultz <kschultz@freedesktop.org>
Mon, 20 Oct 2003 17:36:41 +0000 (17:36 +0000)
committerKarl Schultz <kschultz@freedesktop.org>
Mon, 20 Oct 2003 17:36:41 +0000 (17:36 +0000)
include/GL/glu.h

index 129777852f2a6b9ca34d157a93396a451f1d0f50..99515dcc37384ad721537ae87eb9bfe1d6e09967 100644 (file)
@@ -41,7 +41,7 @@
 #endif
 
 #ifndef GLAPIENTRYP
-#define GLAPIENTRYP
+#define GLAPIENTRYP GLAPIENTRY *
 #endif
 
 #ifndef GLAPI