linux: fix compilation issue with recent Mesa (gentoo)

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5928 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
gregory.hainaut 2014-03-13 17:37:40 +00:00
parent 689405732c
commit d044147698
1 changed files with 10 additions and 0 deletions

View File

@ -22,6 +22,16 @@
#pragma once
#ifndef ENABLE_GLES
// 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
// Allow compilation with older mesa
#ifndef GL_ARB_copy_image