OSDN Git Service

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 1297778..99515dc 100644 (file)
@@ -41,7 +41,7 @@
 #endif
 
 #ifndef GLAPIENTRYP
-#define GLAPIENTRYP
+#define GLAPIENTRYP GLAPIENTRY *
 #endif
 
 #ifndef GLAPI