This commit is contained in:
Themaister 2011-12-07 01:13:06 +01:00
parent 909b25c7ac
commit 33a325a730

View File

@ -25,11 +25,10 @@
#include "../config.h" #include "../config.h"
#endif #endif
#ifdef __APPLE__ #if defined(__APPLE__)
#include <OpenGL/gl.h> #include <OpenGL/gl.h>
#include <OpenGL/glext.h> #include <OpenGL/glext.h>
#else #elif defined(__CELLOS_LV2__)
#ifdef __CELLOS_LV2__
#include <PSGL/psgl.h> #include <PSGL/psgl.h>
#include <PSGL/psglu.h> #include <PSGL/psglu.h>
#include <GLES/glext.h> #include <GLES/glext.h>
@ -38,7 +37,6 @@
#include <GL/gl.h> #include <GL/gl.h>
#include <GL/glext.h> #include <GL/glext.h>
#endif #endif
#endif
static inline bool gl_check_error(void) static inline bool gl_check_error(void)
{ {