functions, not for functions that return pointers. Restore protoype
for glGetString back to its correct form.
#define APIENTRY GLAPIENTRY
#endif
-/* "P" suffix for when function returns a pointer */
+/* "P" suffix to be used for a pointer to a function */
#ifndef APIENTRYP
#define APIENTRYP APIENTRY *
#endif
GLAPI GLenum GLAPIENTRY glGetError( void );
-GLAPI const GLubyte GLAPIENTRYP glGetString( GLenum name );
+GLAPI const GLubyte * GLAPIENTRY glGetString( GLenum name );
GLAPI void GLAPIENTRY glFinish( void );