Change
authorKarl Schultz <kschultz@freedesktop.org>
Thu, 4 Dec 2003 20:55:58 +0000 (20:55 +0000)
committerKarl Schultz <kschultz@freedesktop.org>
Thu, 4 Dec 2003 20:55:58 +0000 (20:55 +0000)
commit9b9a57a25cc63200a7ec86c96433924351674650
tree6938042447a07dbe582242e4ff2b3b70e58ca3f1
parentfed1cda2ade715a62ffd57be18ece18cc3934f51
Change
#define GLAPIENTRYP __stdcall *
to
#define GLAPIENTRYP GLAPIENTRY *
These two defs end up doing the same thing, but the compiler can squawk
because they look different.  Also matches the way it is declared in gl.h.
Do same for GLCALLBACKP.
src/mesa/main/glheader.h