mirror of https://github.com/PCSX2/pcsx2.git
fix zzogl-cg too
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5773 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
ea804a309f
commit
462c40cf4b
|
@ -47,6 +47,16 @@ inline void* wglGetProcAddress(const char* x)
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
// FIX compilation issue with Mesa 10
|
||||||
|
// Note it might be possible to do better with the right include
|
||||||
|
// in the rigth order but I don't have time
|
||||||
|
#ifndef APIENTRY
|
||||||
|
#define APIENTRY
|
||||||
|
#endif
|
||||||
|
#ifndef APIENTRYP
|
||||||
|
#define APIENTRYP APIENTRY *
|
||||||
|
#endif
|
||||||
|
|
||||||
extern u32 s_stencilfunc, s_stencilref, s_stencilmask;
|
extern u32 s_stencilfunc, s_stencilref, s_stencilmask;
|
||||||
// Defines
|
// Defines
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue