Use system's glext.h/glxext.h on linux.

This commit is contained in:
Vincent Lejeune 2014-02-02 00:47:27 +01:00
parent b726ff79b1
commit 19fd67995d

View File

@ -61,9 +61,9 @@
#include <GL/gl.h>
#include <GL/glx.h>
#if defined(_IRR_OPENGL_USE_EXTPOINTER_)
#include "glext.h"
#include <GL/glext.h>
#undef GLX_ARB_get_proc_address // avoid problems with local glxext.h
#include "glxext.h"
#include <GL/glxext.h>
#endif
#endif