Define GLAPIENTRYP properly so that GLU compiles on Windows.

This commit is contained in:
Karl Schultz 2003-10-20 17:36:41 +00:00
parent ec7eb274ab
commit 906449753f

View file

@ -41,7 +41,7 @@
#endif
#ifndef GLAPIENTRYP
#define GLAPIENTRYP
#define GLAPIENTRYP GLAPIENTRY *
#endif
#ifndef GLAPI