zzogl: fix compilation issue with mesa10

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5772 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
gregory.hainaut 2013-12-23 13:35:48 +00:00
parent a87bd017c6
commit ea804a309f
1 changed files with 9 additions and 0 deletions

View File

@ -42,6 +42,15 @@
#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
#undef CreateWindow // Undo Windows.h global namespace pollution