gsdx-ogl: compilation fix for old distribution

This commit is contained in:
Gregory Hainaut 2014-11-11 15:01:22 +01:00
parent e6e534c13a
commit e73d8f383b
1 changed files with 4 additions and 0 deletions

View File

@ -38,6 +38,10 @@
#endif
// Allow compilation with older mesa
#ifndef GL_VERSION_4_3
#define GL_VERSION_4_3 1
typedef void (APIENTRYP PFNGLDEBUGMESSAGECALLBACKPROC) (GLDEBUGPROC callback, const void *userParam);
#endif
#ifndef GL_ARB_copy_image
#define GL_ARB_copy_image 1